Html Css Color HEX #D996CB Plum

📋 copy color: '#D996CB'

red 217 ◦ green 150 ◦ blue 203

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

Shades of Plum #D996CB

Tints of Plum #D996CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.61%

R = 38.07%
G = 26.32%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D996CB (or 0xD996CB) is known color: Plum. HEX triplet: D9, 96 and CB. RGB value is (217,150,203). Sum of RGB (Red+Green+Blue) = 217+150+203=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D996CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996CB is #266934. Grayscale: #AFAFAF. Windows color (decimal): -2517301 or 13342425. OLE color: 13342425.

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

Color convert

RGB 217 150 203 -
CMYK 0 0.31 0.06 0.15
HSL 312.54º 0.47% 0.72% -
HSV(B) 312.54º 0.31% 0.85% -
XYZ 50.3 40.88 61.74 -
YUV 176.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 217 150 203 0 0.31 0.06 0.15 312.54 0.47 0.72
Hex D9 96 CB 0 1F 6 F 139 2F 48
Octal 331 226 313 0 37 6 17 471 57 110
Binary 11011001 10010110 11001011 0 11111 110 1111 100111001 101111 1001000

Color Harmonies of #D996CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996CB

Black with #D996CB

Text Example


Text Example

White with #D996CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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