Html Css Color HEX #DA6796 Pale Violet Red

📋 copy color: '#DA6796'

red 218 ◦ green 103 ◦ blue 150

#DA6796
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #DA6796

Tints of Pale Violet Red #DA6796

RGB

 RED value IS 218 (85.55% from 255) = 46.28%

 GREEN value IS 103 (40.63% from 255) = 21.87%

 BLUE value IS 150 (58.98% from 255) = 31.85%

R = 46.28%
G = 21.87%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA6796 (or 0xDA6796) is known color: Pale Violet Red. HEX triplet: DA, 67 and 96. RGB value is (218,103,150). Sum of RGB (Red+Green+Blue) = 218+103+150=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6796 is #259869. Grayscale: #8E8E8E. Windows color (decimal): -2463850 or 9856986. OLE color: 9856986.

HSL color Cylindrical-coordinate representation of color #DA6796: hue angle of 335.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6796 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 103 150 -
CMYK 0 0.53 0.31 0.15
HSL 335.48º 0.61% 0.63% -
HSV(B) 335.48º 0.53% 0.85% -
XYZ 39.27 26.81 31.96 -
YUV 142.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 218 103 150 0 0.53 0.31 0.15 335.48 0.61 0.63
Hex DA 67 96 0 35 1F F 14F 3D 3F
Octal 332 147 226 0 65 37 17 517 75 77
Binary 11011010 1100111 10010110 0 110101 11111 1111 101001111 111101 111111

Color Harmonies of #DA6796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6796

Black with #DA6796

Text Example


Text Example

White with #DA6796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6796; }

 p { color: rgb(218,103,150); }

 H1.HeaderClassName
 {
   color: #DA6796;
 }
 .AnyTagClassName
 {
   color: #DA6796;
 }
</style>

background-color css

<style>
 a { background-color: #DA6796; }

 a { background-color: rgb(218,103,150); }

 div.DivClassName
 {
   background-color: #DA6796;
 }
 .BgClassName
 {
   background-color: #DA6796;
 }
</style>

border-color css

<style>
 span { border-color: #DA6796; }

 span { border-color: rgb(218,103,150); }

 td.TdClassName
 {
   border-color: #DA6796;
 }
 .TagClassName
 {
   border-color: #DA6796;
 }
</style>