Html Css Color HEX #D498D4 Plum

📋 copy color: '#D498D4'

red 212 ◦ green 152 ◦ blue 212

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

Shades of Plum #D498D4

Tints of Plum #D498D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.81%

R = 36.81%
G = 26.39%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D498D4 (or 0xD498D4) is known color: Plum. HEX triplet: D4, 98 and D4. RGB value is (212,152,212). Sum of RGB (Red+Green+Blue) = 212+152+212=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D498D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498D4 is #2B672B. Grayscale: #B0B0B0. Windows color (decimal): -2844460 or 13932756. OLE color: 13932756.

HSL color Cylindrical-coordinate representation of color #D498D4: hue angle of 300º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498D4 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 212 -
CMYK 0 0.28 0 0.17
HSL 300º 0.41% 0.71% -
HSV(B) 300º 0.28% 0.83% -
XYZ 50.26 41.21 67.59 -
YUV 176.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 212 152 212 0 0.28 0 0.17 300 0.41 0.71
Hex D4 98 D4 0 1C 0 11 12C 29 47
Octal 324 230 324 0 34 0 21 454 51 107
Binary 11010100 10011000 11010100 0 11100 0 10001 100101100 101001 1000111

Color Harmonies of #D498D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498D4

Black with #D498D4

Text Example


Text Example

White with #D498D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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