Html Css Color HEX #D498D7 Plum

📋 copy color: '#D498D7'

red 212 ◦ green 152 ◦ blue 215

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

Shades of Plum #D498D7

Tints of Plum #D498D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 36.61%
G = 26.25%
B = 37.13%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D498D7 (or 0xD498D7) is known color: Plum. HEX triplet: D4, 98 and D7. RGB value is (212,152,215). Sum of RGB (Red+Green+Blue) = 212+152+215=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #D498D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498D7 is #2B6728. Grayscale: #B0B0B0. Windows color (decimal): -2844457 or 14129364. OLE color: 14129364.

HSL color Cylindrical-coordinate representation of color #D498D7: hue angle of 297.14º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D498D7 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 152 215 -
CMYK 0.01 0.29 0 0.16
HSL 297.14º 0.44% 0.72% -
HSV(B) 297.14º 0.29% 0.84% -
XYZ 50.65 41.36 69.6 -
YUV 177.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 212 152 215 0.01 0.29 0 0.16 297.14 0.44 0.72
Hex D4 98 D7 1 1D 0 10 129 2C 48
Octal 324 230 327 1 35 0 20 451 54 110
Binary 11010100 10011000 11010111 1 11101 0 10000 100101001 101100 1001000

Color Harmonies of #D498D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498D7

Black with #D498D7

Text Example


Text Example

White with #D498D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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