Html Css Color HEX #D993CB Plum

📋 copy color: '#D993CB'

red 217 ◦ green 147 ◦ blue 203

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

Shades of Plum #D993CB

Tints of Plum #D993CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.93%

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

R = 38.27%
G = 25.93%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D993CB (or 0xD993CB) is known color: Plum. HEX triplet: D9, 93 and CB. RGB value is (217,147,203). Sum of RGB (Red+Green+Blue) = 217+147+203=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D993CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993CB is #266C34. Grayscale: #AEAEAE. Windows color (decimal): -2518069 or 13341657. OLE color: 13341657.

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

Color convert

RGB 217 147 203 -
CMYK 0 0.32 0.06 0.15
HSL 312º 0.48% 0.71% -
HSV(B) 312º 0.32% 0.85% -
XYZ 49.83 39.93 61.58 -
YUV 174.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 217 147 203 0 0.32 0.06 0.15 312 0.48 0.71
Hex D9 93 CB 0 20 6 F 138 30 47
Octal 331 223 313 0 40 6 17 470 60 107
Binary 11011001 10010011 11001011 0 100000 110 1111 100111000 110000 1000111

Color Harmonies of #D993CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993CB

Black with #D993CB

Text Example


Text Example

White with #D993CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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