Html Css Color HEX #D992CE Plum

📋 copy color: '#D992CE'

red 217 ◦ green 146 ◦ blue 206

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

Shades of Plum #D992CE

Tints of Plum #D992CE

RGB

 RED value IS 217 (85.16% from 255) = 38.14%

 GREEN value IS 146 (57.42% from 255) = 25.66%

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 38.14%
G = 25.66%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D992CE (or 0xD992CE) is known color: Plum. HEX triplet: D9, 92 and CE. RGB value is (217,146,206). Sum of RGB (Red+Green+Blue) = 217+146+206=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D992CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992CE is #266D31. Grayscale: #ADADAD. Windows color (decimal): -2518322 or 13538009. OLE color: 13538009.

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

Color convert

RGB 217 146 206 -
CMYK 0 0.33 0.05 0.15
HSL 309.3º 0.48% 0.71% -
HSV(B) 309.3º 0.33% 0.85% -
XYZ 50.03 39.77 63.43 -
YUV 174.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 217 146 206 0 0.33 0.05 0.15 309.3 0.48 0.71
Hex D9 92 CE 0 21 5 F 135 30 47
Octal 331 222 316 0 41 5 17 465 60 107
Binary 11011001 10010010 11001110 0 100001 101 1111 100110101 110000 1000111

Color Harmonies of #D992CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992CE

Black with #D992CE

Text Example


Text Example

White with #D992CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992CE; }

 p { color: rgb(217,146,206); }

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

background-color css

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

 a { background-color: rgb(217,146,206); }

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

border-color css

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

 span { border-color: rgb(217,146,206); }

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