Html Css Color HEX #D498D8 Plum

📋 copy color: '#D498D8'

red 212 ◦ green 152 ◦ blue 216

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

Shades of Plum #D498D8

Tints of Plum #D498D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.24%

R = 36.55%
G = 26.21%
B = 37.24%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D498D8 (or 0xD498D8) is known color: Plum. HEX triplet: D4, 98 and D8. RGB value is (212,152,216). Sum of RGB (Red+Green+Blue) = 212+152+216=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 216 - color contains mainly: blue. Hex color #D498D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498D8 is #2B6727. Grayscale: #B1B1B1. Windows color (decimal): -2844456 or 14194900. OLE color: 14194900.

HSL color Cylindrical-coordinate representation of color #D498D8: hue angle of 296.25º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D498D8 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 152 216 -
CMYK 0.02 0.30 0 0.15
HSL 296.25º 0.45% 0.72% -
HSV(B) 296.25º 0.3% 0.85% -
XYZ 50.77 41.41 70.28 -
YUV 177.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 212 152 216 0.02 0.30 0 0.15 296.25 0.45 0.72
Hex D4 98 D8 2 1E 0 F 128 2D 48
Octal 324 230 330 2 36 0 17 450 55 110
Binary 11010100 10011000 11011000 10 11110 0 1111 100101000 101101 1001000

Color Harmonies of #D498D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498D8

Black with #D498D8

Text Example


Text Example

White with #D498D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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