Html Css Color HEX #DA6697 Pale Violet Red

📋 copy color: '#DA6697'

red 218 ◦ green 102 ◦ blue 151

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

Shades of Pale Violet Red #DA6697

Tints of Pale Violet Red #DA6697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.66%

 BLUE value IS 151 (59.38% from 255) = 32.06%

R = 46.28%
G = 21.66%
B = 32.06%

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

#DA6697 (or 0xDA6697) is known color: Pale Violet Red. HEX triplet: DA, 66 and 97. RGB value is (218,102,151). Sum of RGB (Red+Green+Blue) = 218+102+151=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6697 is #259968. Grayscale: #8E8E8E. Windows color (decimal): -2464105 or 9922266. OLE color: 9922266.

HSL color Cylindrical-coordinate representation of color #DA6697: hue angle of 334.66º 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 #DA6697 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 102 151 -
CMYK 0 0.53 0.31 0.15
HSL 334.66º 0.61% 0.63% -
HSV(B) 334.66º 0.53% 0.85% -
XYZ 39.25 26.64 32.35 -
YUV 142.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 218 102 151 0 0.53 0.31 0.15 334.66 0.61 0.63
Hex DA 66 97 0 35 1F F 14F 3D 3F
Octal 332 146 227 0 65 37 17 517 75 77
Binary 11011010 1100110 10010111 0 110101 11111 1111 101001111 111101 111111

Color Harmonies of #DA6697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6697

Black with #DA6697

Text Example


Text Example

White with #DA6697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6697; }

 p { color: rgb(218,102,151); }

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

background-color css

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

 a { background-color: rgb(218,102,151); }

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

border-color css

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

 span { border-color: rgb(218,102,151); }

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