Html Css Color HEX #D991CF Plum

📋 copy color: '#D991CF'

red 217 ◦ green 145 ◦ blue 207

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

Shades of Plum #D991CF

Tints of Plum #D991CF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.48%

 BLUE value IS 207 (81.25% from 255) = 36.38%

R = 38.14%
G = 25.48%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D991CF (or 0xD991CF) is known color: Plum. HEX triplet: D9, 91 and CF. RGB value is (217,145,207). Sum of RGB (Red+Green+Blue) = 217+145+207=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D991CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991CF is #266E30. Grayscale: #ADADAD. Windows color (decimal): -2518577 or 13603289. OLE color: 13603289.

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

Color convert

RGB 217 145 207 -
CMYK 0 0.33 0.05 0.15
HSL 308.33º 0.49% 0.71% -
HSV(B) 308.33º 0.33% 0.85% -
XYZ 50 39.51 64.02 -
YUV 173.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 217 145 207 0 0.33 0.05 0.15 308.33 0.49 0.71
Hex D9 91 CF 0 21 5 F 134 31 47
Octal 331 221 317 0 41 5 17 464 61 107
Binary 11011001 10010001 11001111 0 100001 101 1111 100110100 110001 1000111

Color Harmonies of #D991CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D991CF

Black with #D991CF

Text Example


Text Example

White with #D991CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D991CF; }

 p { color: rgb(217,145,207); }

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

background-color css

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

 a { background-color: rgb(217,145,207); }

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

border-color css

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

 span { border-color: rgb(217,145,207); }

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