Html Css Color HEX #D498DF Plum

📋 copy color: '#D498DF'

red 212 ◦ green 152 ◦ blue 223

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

Shades of Plum #D498DF

Tints of Plum #D498DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 36.12%
G = 25.89%
B = 37.99%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D498DF (or 0xD498DF) is known color: Plum. HEX triplet: D4, 98 and DF. RGB value is (212,152,223). Sum of RGB (Red+Green+Blue) = 212+152+223=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #D498DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498DF is #2B6720. Grayscale: #B1B1B1. Windows color (decimal): -2844449 or 14653652. OLE color: 14653652.

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

Color convert

RGB 212 152 223 -
CMYK 0.05 0.32 0 0.13
HSL 290.7º 0.53% 0.74% -
HSV(B) 290.7º 0.32% 0.87% -
XYZ 51.7 41.78 75.15 -
YUV 178.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 212 152 223 0.05 0.32 0 0.13 290.7 0.53 0.74
Hex D4 98 DF 5 20 0 D 123 35 4A
Octal 324 230 337 5 40 0 15 443 65 112
Binary 11010100 10011000 11011111 101 100000 0 1101 100100011 110101 1001010

Color Harmonies of #D498DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498DF

Black with #D498DF

Text Example


Text Example

White with #D498DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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