Html Css Color HEX #DE7AFA Heliotrope

📋 copy color: '#DE7AFA'

red 222 ◦ green 122 ◦ blue 250

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

Shades of Heliotrope #DE7AFA

Tints of Heliotrope #DE7AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 37.37%
G = 20.54%
B = 42.09%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE7AFA (or 0xDE7AFA) is known color: Heliotrope. HEX triplet: DE, 7A and FA. RGB value is (222,122,250). Sum of RGB (Red+Green+Blue) = 222+122+250=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE7AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7AFA is #218505. Grayscale: #A6A6A6. Windows color (decimal): -2196742 or 16415454. OLE color: 16415454.

HSL color Cylindrical-coordinate representation of color #DE7AFA: hue angle of 286.88º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE7AFA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 122 250 -
CMYK 0.11 0.51 0 0.02
HSL 286.88º 0.93% 0.73% -
HSV(B) 286.88º 0.51% 0.98% -
XYZ 54.34 36.35 94.59 -
YUV 166.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 222 122 250 0.11 0.51 0 0.02 286.88 0.93 0.73
Hex DE 7A FA B 33 0 2 11F 5D 49
Octal 336 172 372 13 63 0 2 437 135 111
Binary 11011110 1111010 11111010 1011 110011 0 10 100011111 1011101 1001001

Color Harmonies of #DE7AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7AFA

Black with #DE7AFA

Text Example


Text Example

White with #DE7AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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