Html Css Color HEX #D86690 Pale Violet Red

📋 copy color: '#D86690'

red 216 ◦ green 102 ◦ blue 144

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

Shades of Pale Violet Red #D86690

Tints of Pale Violet Red #D86690

RGB

 RED value IS 216 (84.77% from 255) = 46.75%

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

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 46.75%
G = 22.08%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D86690 (or 0xD86690) is known color: Pale Violet Red. HEX triplet: D8, 66 and 90. RGB value is (216,102,144). Sum of RGB (Red+Green+Blue) = 216+102+144=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D86690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86690 is #27996F. Grayscale: #8C8C8C. Windows color (decimal): -2595184 or 9463512. OLE color: 9463512.

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

Color convert

RGB 216 102 144 -
CMYK 0 0.53 0.33 0.15
HSL 337.89º 0.59% 0.62% -
HSV(B) 337.89º 0.53% 0.85% -
XYZ 38.1 26.12 29.42 -
YUV 140.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 216 102 144 0 0.53 0.33 0.15 337.89 0.59 0.62
Hex D8 66 90 0 35 21 F 152 3B 3E
Octal 330 146 220 0 65 41 17 522 73 76
Binary 11011000 1100110 10010000 0 110101 100001 1111 101010010 111011 111110

Color Harmonies of #D86690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86690

Black with #D86690

Text Example


Text Example

White with #D86690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86690; }

 p { color: rgb(216,102,144); }

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

background-color css

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

 a { background-color: rgb(216,102,144); }

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

border-color css

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

 span { border-color: rgb(216,102,144); }

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