Html Css Color HEX #D488DF Plum

📋 copy color: '#D488DF'

red 212 ◦ green 136 ◦ blue 223

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

Shades of Plum #D488DF

Tints of Plum #D488DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.82%

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

R = 37.13%
G = 23.82%
B = 39.05%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D488DF (or 0xD488DF) is known color: Plum. HEX triplet: D4, 88 and DF. RGB value is (212,136,223). Sum of RGB (Red+Green+Blue) = 212+136+223=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #D488DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488DF is #2B7720. Grayscale: #A8A8A8. Windows color (decimal): -2848545 or 14649556. OLE color: 14649556.

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

Color convert

RGB 212 136 223 -
CMYK 0.05 0.39 0 0.13
HSL 292.41º 0.58% 0.7% -
HSV(B) 292.41º 0.39% 0.87% -
XYZ 49.27 36.93 74.34 -
YUV 168.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 212 136 223 0.05 0.39 0 0.13 292.41 0.58 0.7
Hex D4 88 DF 5 27 0 D 124 3A 46
Octal 324 210 337 5 47 0 15 444 72 106
Binary 11010100 10001000 11011111 101 100111 0 1101 100100100 111010 1000110

Color Harmonies of #D488DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D488DF

Black with #D488DF

Text Example


Text Example

White with #D488DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D488DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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