Html Css Color HEX #DE95E6 Plum

📋 copy color: '#DE95E6'

red 222 ◦ green 149 ◦ blue 230

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

Shades of Plum #DE95E6

Tints of Plum #DE95E6

RGB

 RED value IS 222 (87.11% from 255) = 36.94%

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

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

R = 36.94%
G = 24.79%
B = 38.27%

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

#DE95E6 (or 0xDE95E6) is known color: Plum. HEX triplet: DE, 95 and E6. RGB value is (222,149,230). Sum of RGB (Red+Green+Blue) = 222+149+230=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE95E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE95E6 is #216A19. Grayscale: #B3B3B3. Windows color (decimal): -2189850 or 15111646. OLE color: 15111646.

HSL color Cylindrical-coordinate representation of color #DE95E6: hue angle of 294.07º 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 #DE95E6 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 149 230 -
CMYK 0.03 0.35 0 0.10
HSL 294.07º 0.62% 0.74% -
HSV(B) 294.07º 0.35% 0.9% -
XYZ 55.15 42.74 80.21 -
YUV 180.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 222 149 230 0.03 0.35 0 0.10 294.07 0.62 0.74
Hex DE 95 E6 3 23 0 A 126 3E 4A
Octal 336 225 346 3 43 0 12 446 76 112
Binary 11011110 10010101 11100110 11 100011 0 1010 100100110 111110 1001010

Color Harmonies of #DE95E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE95E6

Black with #DE95E6

Text Example


Text Example

White with #DE95E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE95E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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