Html Css Color HEX #DE94E6 Plum

📋 copy color: '#DE94E6'

red 222 ◦ green 148 ◦ blue 230

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

Shades of Plum #DE94E6

Tints of Plum #DE94E6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.67%

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

R = 37%
G = 24.67%
B = 38.33%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DE94E6 (or 0xDE94E6) is known color: Plum. HEX triplet: DE, 94 and E6. RGB value is (222,148,230). Sum of RGB (Red+Green+Blue) = 222+148+230=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE94E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE94E6 is #216B19. Grayscale: #B3B3B3. Windows color (decimal): -2190106 or 15111390. OLE color: 15111390.

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

Color convert

RGB 222 148 230 -
CMYK 0.03 0.36 0 0.10
HSL 294.15º 0.62% 0.74% -
HSV(B) 294.15º 0.36% 0.9% -
XYZ 55 42.42 80.15 -
YUV 179.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 222 148 230 0.03 0.36 0 0.10 294.15 0.62 0.74
Hex DE 94 E6 3 24 0 A 126 3E 4A
Octal 336 224 346 3 44 0 12 446 76 112
Binary 11011110 10010100 11100110 11 100100 0 1010 100100110 111110 1001010

Color Harmonies of #DE94E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE94E6

Black with #DE94E6

Text Example


Text Example

White with #DE94E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE94E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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