Html Css Color HEX #DF95E0 Plum

📋 copy color: '#DF95E0'

red 223 ◦ green 149 ◦ blue 224

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

Shades of Plum #DF95E0

Tints of Plum #DF95E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.58%

R = 37.42%
G = 25%
B = 37.58%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF95E0 (or 0xDF95E0) is known color: Plum. HEX triplet: DF, 95 and E0. RGB value is (223,149,224). Sum of RGB (Red+Green+Blue) = 223+149+224=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95E0 is #206A1F. Grayscale: #B3B3B3. Windows color (decimal): -2124320 or 14718431. OLE color: 14718431.

HSL color Cylindrical-coordinate representation of color #DF95E0: hue angle of 299.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF95E0 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 149 224 -
CMYK 0.00 0.33 0 0.12
HSL 299.2º 0.55% 0.73% -
HSV(B) 299.2º 0.33% 0.88% -
XYZ 54.63 42.56 75.86 -
YUV 179.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 223 149 224 0.00 0.33 0 0.12 299.2 0.55 0.73
Hex DF 95 E0 0 21 0 C 12B 37 49
Octal 337 225 340 0 41 0 14 453 67 111
Binary 11011111 10010101 11100000 0 100001 0 1100 100101011 110111 1001001

Color Harmonies of #DF95E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF95E0

Black with #DF95E0

Text Example


Text Example

White with #DF95E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF95E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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