Html Css Color HEX #D995CB Plum

📋 copy color: '#D995CB'

red 217 ◦ green 149 ◦ blue 203

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

Shades of Plum #D995CB

Tints of Plum #D995CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.19%

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

R = 38.14%
G = 26.19%
B = 35.68%

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

#D995CB (or 0xD995CB) is known color: Plum. HEX triplet: D9, 95 and CB. RGB value is (217,149,203). Sum of RGB (Red+Green+Blue) = 217+149+203=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D995CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995CB is #266A34. Grayscale: #AFAFAF. Windows color (decimal): -2517557 or 13342169. OLE color: 13342169.

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

Color convert

RGB 217 149 203 -
CMYK 0 0.31 0.06 0.15
HSL 312.35º 0.47% 0.72% -
HSV(B) 312.35º 0.31% 0.85% -
XYZ 50.14 40.56 61.69 -
YUV 175.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 217 149 203 0 0.31 0.06 0.15 312.35 0.47 0.72
Hex D9 95 CB 0 1F 6 F 138 2F 48
Octal 331 225 313 0 37 6 17 470 57 110
Binary 11011001 10010101 11001011 0 11111 110 1111 100111000 101111 1001000

Color Harmonies of #D995CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D995CB

Black with #D995CB

Text Example


Text Example

White with #D995CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D995CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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