Html Css Color HEX #DF95D2 Plum

📋 copy color: '#DF95D2'

red 223 ◦ green 149 ◦ blue 210

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

Shades of Plum #DF95D2

Tints of Plum #DF95D2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.6%

 BLUE value IS 210 (82.42% from 255) = 36.08%

R = 38.32%
G = 25.6%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF95D2 (or 0xDF95D2) is known color: Plum. HEX triplet: DF, 95 and D2. RGB value is (223,149,210). Sum of RGB (Red+Green+Blue) = 223+149+210=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95D2 is #206A2D. Grayscale: #B1B1B1. Windows color (decimal): -2124334 or 13800927. OLE color: 13800927.

HSL color Cylindrical-coordinate representation of color #DF95D2: hue angle of 310.54º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF95D2 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 210 -
CMYK 0 0.33 0.06 0.13
HSL 310.54º 0.54% 0.73% -
HSV(B) 310.54º 0.33% 0.87% -
XYZ 52.81 41.84 66.26 -
YUV 178.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 223 149 210 0 0.33 0.06 0.13 310.54 0.54 0.73
Hex DF 95 D2 0 21 6 D 137 36 49
Octal 337 225 322 0 41 6 15 467 66 111
Binary 11011111 10010101 11010010 0 100001 110 1101 100110111 110110 1001001

Color Harmonies of #DF95D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF95D2

Black with #DF95D2

Text Example


Text Example

White with #DF95D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF95D2; }

 p { color: rgb(223,149,210); }

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

background-color css

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

 a { background-color: rgb(223,149,210); }

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

border-color css

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

 span { border-color: rgb(223,149,210); }

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