Html Css Color HEX #D498DA Plum

📋 copy color: '#D498DA'

red 212 ◦ green 152 ◦ blue 218

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

Shades of Plum #D498DA

Tints of Plum #D498DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 36.43%
G = 26.12%
B = 37.46%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D498DA (or 0xD498DA) is known color: Plum. HEX triplet: D4, 98 and DA. RGB value is (212,152,218). Sum of RGB (Red+Green+Blue) = 212+152+218=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #D498DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498DA is #2B6725. Grayscale: #B1B1B1. Windows color (decimal): -2844454 or 14325972. OLE color: 14325972.

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

Color convert

RGB 212 152 218 -
CMYK 0.03 0.30 0 0.15
HSL 294.55º 0.47% 0.73% -
HSV(B) 294.55º 0.3% 0.85% -
XYZ 51.03 41.52 71.65 -
YUV 177.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 212 152 218 0.03 0.30 0 0.15 294.55 0.47 0.73
Hex D4 98 DA 3 1E 0 F 127 2F 49
Octal 324 230 332 3 36 0 17 447 57 111
Binary 11010100 10011000 11011010 11 11110 0 1111 100100111 101111 1001001

Color Harmonies of #D498DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498DA

Black with #D498DA

Text Example


Text Example

White with #D498DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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