Html Css Color HEX #DE95EA Plum

📋 copy color: '#DE95EA'

red 222 ◦ green 149 ◦ blue 234

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

Shades of Plum #DE95EA

Tints of Plum #DE95EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.68%

R = 36.69%
G = 24.63%
B = 38.68%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DE95EA (or 0xDE95EA) is known color: Plum. HEX triplet: DE, 95 and EA. RGB value is (222,149,234). Sum of RGB (Red+Green+Blue) = 222+149+234=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE95EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE95EA is #216A15. Grayscale: #B4B4B4. Windows color (decimal): -2189846 or 15373790. OLE color: 15373790.

HSL color Cylindrical-coordinate representation of color #DE95EA: hue angle of 291.53º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE95EA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 149 234 -
CMYK 0.05 0.36 0 0.08
HSL 291.53º 0.67% 0.75% -
HSV(B) 291.53º 0.36% 0.92% -
XYZ 55.72 42.97 83.2 -
YUV 180.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 222 149 234 0.05 0.36 0 0.08 291.53 0.67 0.75
Hex DE 95 EA 5 24 0 8 124 43 4B
Octal 336 225 352 5 44 0 10 444 103 113
Binary 11011110 10010101 11101010 101 100100 0 1000 100100100 1000011 1001011

Color Harmonies of #DE95EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE95EA

Black with #DE95EA

Text Example


Text Example

White with #DE95EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE95EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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