Html Css Color HEX #D498DD Plum

📋 copy color: '#D498DD'

red 212 ◦ green 152 ◦ blue 221

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

Shades of Plum #D498DD

Tints of Plum #D498DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 36.24%
G = 25.98%
B = 37.78%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D498DD (or 0xD498DD) is known color: Plum. HEX triplet: D4, 98 and DD. RGB value is (212,152,221). Sum of RGB (Red+Green+Blue) = 212+152+221=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #D498DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498DD is #2B6722. Grayscale: #B1B1B1. Windows color (decimal): -2844451 or 14522580. OLE color: 14522580.

HSL color Cylindrical-coordinate representation of color #D498DD: hue angle of 292.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D498DD is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 152 221 -
CMYK 0.04 0.31 0 0.13
HSL 292.17º 0.5% 0.73% -
HSV(B) 292.17º 0.31% 0.87% -
XYZ 51.43 41.67 73.74 -
YUV 177.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 212 152 221 0.04 0.31 0 0.13 292.17 0.5 0.73
Hex D4 98 DD 4 1F 0 D 124 32 49
Octal 324 230 335 4 37 0 15 444 62 111
Binary 11010100 10011000 11011101 100 11111 0 1101 100100100 110010 1001001

Color Harmonies of #D498DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498DD

Black with #D498DD

Text Example


Text Example

White with #D498DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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