Html Css Color HEX #D498DB Plum

📋 copy color: '#D498DB'

red 212 ◦ green 152 ◦ blue 219

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

Shades of Plum #D498DB

Tints of Plum #D498DB

RGB

 RED value IS 212 (83.2% from 255) = 36.36%

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

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

R = 36.36%
G = 26.07%
B = 37.56%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D498DB (or 0xD498DB) is known color: Plum. HEX triplet: D4, 98 and DB. RGB value is (212,152,219). Sum of RGB (Red+Green+Blue) = 212+152+219=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #D498DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498DB is #2B6724. Grayscale: #B1B1B1. Windows color (decimal): -2844453 or 14391508. OLE color: 14391508.

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

Color convert

RGB 212 152 219 -
CMYK 0.03 0.31 0 0.14
HSL 293.73º 0.48% 0.73% -
HSV(B) 293.73º 0.31% 0.86% -
XYZ 51.17 41.57 72.34 -
YUV 177.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 212 152 219 0.03 0.31 0 0.14 293.73 0.48 0.73
Hex D4 98 DB 3 1F 0 E 126 30 49
Octal 324 230 333 3 37 0 16 446 60 111
Binary 11010100 10011000 11011011 11 11111 0 1110 100100110 110000 1001001

Color Harmonies of #D498DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498DB

Black with #D498DB

Text Example


Text Example

White with #D498DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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