Html Css Color HEX #D498E0 Plum

📋 copy color: '#D498E0'

red 212 ◦ green 152 ◦ blue 224

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

Shades of Plum #D498E0

Tints of Plum #D498E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 36.05%
G = 25.85%
B = 38.1%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D498E0 (or 0xD498E0) is known color: Plum. HEX triplet: D4, 98 and E0. RGB value is (212,152,224). Sum of RGB (Red+Green+Blue) = 212+152+224=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #D498E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498E0 is #2B671F. Grayscale: #B1B1B1. Windows color (decimal): -2844448 or 14719188. OLE color: 14719188.

HSL color Cylindrical-coordinate representation of color #D498E0: hue angle of 290º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D498E0 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 152 224 -
CMYK 0.05 0.32 0 0.12
HSL 290º 0.54% 0.74% -
HSV(B) 290º 0.32% 0.88% -
XYZ 51.83 41.84 75.86 -
YUV 178.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 212 152 224 0.05 0.32 0 0.12 290 0.54 0.74
Hex D4 98 E0 5 20 0 C 122 36 4A
Octal 324 230 340 5 40 0 14 442 66 112
Binary 11010100 10011000 11100000 101 100000 0 1100 100100010 110110 1001010

Color Harmonies of #D498E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498E0

Black with #D498E0

Text Example


Text Example

White with #D498E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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