Html Css Color HEX #DE7AED Heliotrope

📋 copy color: '#DE7AED'

red 222 ◦ green 122 ◦ blue 237

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

Shades of Heliotrope #DE7AED

Tints of Heliotrope #DE7AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 38.21%
G = 21%
B = 40.79%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE7AED (or 0xDE7AED) is known color: Heliotrope. HEX triplet: DE, 7A and ED. RGB value is (222,122,237). Sum of RGB (Red+Green+Blue) = 222+122+237=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE7AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7AED is #218512. Grayscale: #A4A4A4. Windows color (decimal): -2196755 or 15563486. OLE color: 15563486.

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

Color convert

RGB 222 122 237 -
CMYK 0.06 0.49 0 0.07
HSL 292.17º 0.76% 0.7% -
HSV(B) 292.17º 0.49% 0.93% -
XYZ 52.37 35.56 84.22 -
YUV 165.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 222 122 237 0.06 0.49 0 0.07 292.17 0.76 0.7
Hex DE 7A ED 6 31 0 7 124 4C 46
Octal 336 172 355 6 61 0 7 444 114 106
Binary 11011110 1111010 11101101 110 110001 0 111 100100100 1001100 1000110

Color Harmonies of #DE7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7AED

Black with #DE7AED

Text Example


Text Example

White with #DE7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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