Html Css Color HEX #DE7AEE Heliotrope

📋 copy color: '#DE7AEE'

red 222 ◦ green 122 ◦ blue 238

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

Shades of Heliotrope #DE7AEE

Tints of Heliotrope #DE7AEE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.96%

 BLUE value IS 238 (93.36% from 255) = 40.89%

R = 38.14%
G = 20.96%
B = 40.89%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE7AEE (or 0xDE7AEE) is known color: Heliotrope. HEX triplet: DE, 7A and EE. RGB value is (222,122,238). Sum of RGB (Red+Green+Blue) = 222+122+238=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE7AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7AEE is #218511. Grayscale: #A4A4A4. Windows color (decimal): -2196754 or 15629022. OLE color: 15629022.

HSL color Cylindrical-coordinate representation of color #DE7AEE: hue angle of 291.72º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE7AEE is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 122 238 -
CMYK 0.07 0.49 0 0.07
HSL 291.72º 0.77% 0.71% -
HSV(B) 291.72º 0.49% 0.93% -
XYZ 52.52 35.62 85 -
YUV 165.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 222 122 238 0.07 0.49 0 0.07 291.72 0.77 0.71
Hex DE 7A EE 7 31 0 7 124 4D 47
Octal 336 172 356 7 61 0 7 444 115 107
Binary 11011110 1111010 11101110 111 110001 0 111 100100100 1001101 1000111

Color Harmonies of #DE7AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7AEE

Black with #DE7AEE

Text Example


Text Example

White with #DE7AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7AEE; }

 p { color: rgb(222,122,238); }

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

background-color css

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

 a { background-color: rgb(222,122,238); }

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

border-color css

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

 span { border-color: rgb(222,122,238); }

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