Html Css Color HEX #D996CE Plum

📋 copy color: '#D996CE'

red 217 ◦ green 150 ◦ blue 206

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

Shades of Plum #D996CE

Tints of Plum #D996CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.18%

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

R = 37.87%
G = 26.18%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D996CE (or 0xD996CE) is known color: Plum. HEX triplet: D9, 96 and CE. RGB value is (217,150,206). Sum of RGB (Red+Green+Blue) = 217+150+206=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D996CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996CE is #266931. Grayscale: #B0B0B0. Windows color (decimal): -2517298 or 13539033. OLE color: 13539033.

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

Color convert

RGB 217 150 206 -
CMYK 0 0.31 0.05 0.15
HSL 309.85º 0.47% 0.72% -
HSV(B) 309.85º 0.31% 0.85% -
XYZ 50.66 41.02 63.64 -
YUV 176.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 217 150 206 0 0.31 0.05 0.15 309.85 0.47 0.72
Hex D9 96 CE 0 1F 5 F 136 2F 48
Octal 331 226 316 0 37 5 17 466 57 110
Binary 11011001 10010110 11001110 0 11111 101 1111 100110110 101111 1001000

Color Harmonies of #D996CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996CE

Black with #D996CE

Text Example


Text Example

White with #D996CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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