Html Css Color HEX #D992CD Plum

📋 copy color: '#D992CD'

red 217 ◦ green 146 ◦ blue 205

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

Shades of Plum #D992CD

Tints of Plum #D992CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.09%

R = 38.2%
G = 25.7%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D992CD (or 0xD992CD) is known color: Plum. HEX triplet: D9, 92 and CD. RGB value is (217,146,205). Sum of RGB (Red+Green+Blue) = 217+146+205=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D992CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992CD is #266D32. Grayscale: #ADADAD. Windows color (decimal): -2518323 or 13472473. OLE color: 13472473.

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

Color convert

RGB 217 146 205 -
CMYK 0 0.33 0.06 0.15
HSL 310.14º 0.48% 0.71% -
HSV(B) 310.14º 0.33% 0.85% -
XYZ 49.91 39.72 62.79 -
YUV 173.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 217 146 205 0 0.33 0.06 0.15 310.14 0.48 0.71
Hex D9 92 CD 0 21 6 F 136 30 47
Octal 331 222 315 0 41 6 17 466 60 107
Binary 11011001 10010010 11001101 0 100001 110 1111 100110110 110000 1000111

Color Harmonies of #D992CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992CD

Black with #D992CD

Text Example


Text Example

White with #D992CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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