Html Css Color HEX #DF88DA Plum

📋 copy color: '#DF88DA'

red 223 ◦ green 136 ◦ blue 218

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

Shades of Plum #DF88DA

Tints of Plum #DF88DA

RGB

 RED value IS 223 (87.5% from 255) = 38.65%

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

 BLUE value IS 218 (85.55% from 255) = 37.78%

R = 38.65%
G = 23.57%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF88DA (or 0xDF88DA) is known color: Plum. HEX triplet: DF, 88 and DA. RGB value is (223,136,218). Sum of RGB (Red+Green+Blue) = 223+136+218=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88DA is #207725. Grayscale: #ABABAB. Windows color (decimal): -2127654 or 14321887. OLE color: 14321887.

HSL color Cylindrical-coordinate representation of color #DF88DA: hue angle of 303.45º 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 #DF88DA is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 136 218 -
CMYK 0 0.39 0.02 0.13
HSL 303.45º 0.58% 0.7% -
HSV(B) 303.45º 0.39% 0.87% -
XYZ 51.89 38.36 71 -
YUV 171.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 223 136 218 0 0.39 0.02 0.13 303.45 0.58 0.7
Hex DF 88 DA 0 27 2 D 12F 3A 46
Octal 337 210 332 0 47 2 15 457 72 106
Binary 11011111 10001000 11011010 0 100111 10 1101 100101111 111010 1000110

Color Harmonies of #DF88DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF88DA

Black with #DF88DA

Text Example


Text Example

White with #DF88DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF88DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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