Html Css Color HEX #D898DB Plum

📋 copy color: '#D898DB'

red 216 ◦ green 152 ◦ blue 219

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

Shades of Plum #D898DB

Tints of Plum #D898DB

RGB

 RED value IS 216 (84.77% from 255) = 36.8%

 GREEN value IS 152 (59.77% from 255) = 25.89%

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

R = 36.8%
G = 25.89%
B = 37.31%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D898DB (or 0xD898DB) is known color: Plum. HEX triplet: D8, 98 and DB. RGB value is (216,152,219). Sum of RGB (Red+Green+Blue) = 216+152+219=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D898DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898DB is #276724. Grayscale: #B2B2B2. Windows color (decimal): -2582309 or 14391512. OLE color: 14391512.

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

Color convert

RGB 216 152 219 -
CMYK 0.01 0.31 0 0.14
HSL 297.31º 0.48% 0.73% -
HSV(B) 297.31º 0.31% 0.86% -
XYZ 52.33 42.17 72.4 -
YUV 178.77 150.7 154.55 -
System Red Green Blue C M Y K H S L
Decimal 216 152 219 0.01 0.31 0 0.14 297.31 0.48 0.73
Hex D8 98 DB 1 1F 0 E 129 30 49
Octal 330 230 333 1 37 0 16 451 60 111
Binary 11011000 10011000 11011011 1 11111 0 1110 100101001 110000 1001001

Color Harmonies of #D898DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D898DB

Black with #D898DB

Text Example


Text Example

White with #D898DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D898DB; }

 p { color: rgb(216,152,219); }

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

background-color css

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

 a { background-color: rgb(216,152,219); }

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

border-color css

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

 span { border-color: rgb(216,152,219); }

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