Html Css Color HEX #D298DB Plum

📋 copy color: '#D298DB'

red 210 ◦ green 152 ◦ blue 219

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

Shades of Plum #D298DB

Tints of Plum #D298DB

RGB

 RED value IS 210 (82.42% from 255) = 36.14%

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

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

R = 36.14%
G = 26.16%
B = 37.69%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D298DB (or 0xD298DB) is known color: Plum. HEX triplet: D2, 98 and DB. RGB value is (210,152,219). Sum of RGB (Red+Green+Blue) = 210+152+219=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #D298DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298DB is #2D6724. Grayscale: #B0B0B0. Windows color (decimal): -2975525 or 14391506. OLE color: 14391506.

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

Color convert

RGB 210 152 219 -
CMYK 0.04 0.31 0 0.14
HSL 291.94º 0.48% 0.73% -
HSV(B) 291.94º 0.31% 0.86% -
XYZ 50.59 41.27 72.32 -
YUV 176.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 210 152 219 0.04 0.31 0 0.14 291.94 0.48 0.73
Hex D2 98 DB 4 1F 0 E 124 30 49
Octal 322 230 333 4 37 0 16 444 60 111
Binary 11010010 10011000 11011011 100 11111 0 1110 100100100 110000 1001001

Color Harmonies of #D298DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298DB

Black with #D298DB

Text Example


Text Example

White with #D298DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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