Html Css Color HEX #D99CDB Plum

📋 copy color: '#D99CDB'

red 217 ◦ green 156 ◦ blue 219

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

Shades of Plum #D99CDB

Tints of Plum #D99CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.35%

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 36.66%
G = 26.35%
B = 36.99%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D99CDB (or 0xD99CDB) is known color: Plum. HEX triplet: D9, 9C and DB. RGB value is (217,156,219). Sum of RGB (Red+Green+Blue) = 217+156+219=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #D99CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CDB is #266324. Grayscale: #B5B5B5. Windows color (decimal): -2515749 or 14392537. OLE color: 14392537.

HSL color Cylindrical-coordinate representation of color #D99CDB: hue angle of 298.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99CDB is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 156 219 -
CMYK 0.01 0.29 0 0.14
HSL 298.1º 0.47% 0.74% -
HSV(B) 298.1º 0.29% 0.86% -
XYZ 53.29 43.64 72.63 -
YUV 181.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 217 156 219 0.01 0.29 0 0.14 298.1 0.47 0.74
Hex D9 9C DB 1 1D 0 E 12A 2F 4A
Octal 331 234 333 1 35 0 16 452 57 112
Binary 11011001 10011100 11011011 1 11101 0 1110 100101010 101111 1001010

Color Harmonies of #D99CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99CDB

Black with #D99CDB

Text Example


Text Example

White with #D99CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99CDB; }

 p { color: rgb(217,156,219); }

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

background-color css

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

 a { background-color: rgb(217,156,219); }

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

border-color css

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

 span { border-color: rgb(217,156,219); }

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