Html Css Color HEX #DF95E6 Plum

📋 copy color: '#DF95E6'

red 223 ◦ green 149 ◦ blue 230

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

Shades of Plum #DF95E6

Tints of Plum #DF95E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.21%

R = 37.04%
G = 24.75%
B = 38.21%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF95E6 (or 0xDF95E6) is known color: Plum. HEX triplet: DF, 95 and E6. RGB value is (223,149,230). Sum of RGB (Red+Green+Blue) = 223+149+230=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF95E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF95E6 is #206A19. Grayscale: #B4B4B4. Windows color (decimal): -2124314 or 15111647. OLE color: 15111647.

HSL color Cylindrical-coordinate representation of color #DF95E6: hue angle of 294.81º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF95E6 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 149 230 -
CMYK 0.03 0.35 0 0.10
HSL 294.81º 0.62% 0.74% -
HSV(B) 294.81º 0.35% 0.9% -
XYZ 55.46 42.9 80.22 -
YUV 180.36 156.02 158.41 -
System Red Green Blue C M Y K H S L
Decimal 223 149 230 0.03 0.35 0 0.10 294.81 0.62 0.74
Hex DF 95 E6 3 23 0 A 127 3E 4A
Octal 337 225 346 3 43 0 12 447 76 112
Binary 11011111 10010101 11100110 11 100011 0 1010 100100111 111110 1001010

Color Harmonies of #DF95E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF95E6

Black with #DF95E6

Text Example


Text Example

White with #DF95E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF95E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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