Html Css Color HEX #D498DC Plum

📋 copy color: '#D498DC'

red 212 ◦ green 152 ◦ blue 220

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

Shades of Plum #D498DC

Tints of Plum #D498DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 36.3%
G = 26.03%
B = 37.67%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D498DC (or 0xD498DC) is known color: Plum. HEX triplet: D4, 98 and DC. RGB value is (212,152,220). Sum of RGB (Red+Green+Blue) = 212+152+220=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #D498DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498DC is #2B6723. Grayscale: #B1B1B1. Windows color (decimal): -2844452 or 14457044. OLE color: 14457044.

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

Color convert

RGB 212 152 220 -
CMYK 0.04 0.31 0 0.14
HSL 292.94º 0.49% 0.73% -
HSV(B) 292.94º 0.31% 0.86% -
XYZ 51.3 41.62 73.04 -
YUV 177.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 212 152 220 0.04 0.31 0 0.14 292.94 0.49 0.73
Hex D4 98 DC 4 1F 0 E 125 31 49
Octal 324 230 334 4 37 0 16 445 61 111
Binary 11010100 10011000 11011100 100 11111 0 1110 100100101 110001 1001001

Color Harmonies of #D498DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498DC

Black with #D498DC

Text Example


Text Example

White with #D498DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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