Html Css Color HEX #DE6AFD Heliotrope

📋 copy color: '#DE6AFD'

red 222 ◦ green 106 ◦ blue 253

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

Shades of Heliotrope #DE6AFD

Tints of Heliotrope #DE6AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.24%

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 38.21%
G = 18.24%
B = 43.55%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DE6AFD (or 0xDE6AFD) is known color: Heliotrope. HEX triplet: DE, 6A and FD. RGB value is (222,106,253). Sum of RGB (Red+Green+Blue) = 222+106+253=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 106 (41.80% from 255 or 18.24% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE6AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6AFD is #219502. Grayscale: #9C9C9C. Windows color (decimal): -2200835 or 16607966. OLE color: 16607966.

HSL color Cylindrical-coordinate representation of color #DE6AFD: hue angle of 287.35º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE6AFD is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 106 253 -
CMYK 0.12 0.58 0 0.01
HSL 287.35º 0.97% 0.7% -
HSV(B) 287.35º 0.58% 0.99% -
XYZ 53.01 32.93 96.49 -
YUV 157.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 222 106 253 0.12 0.58 0 0.01 287.35 0.97 0.7
Hex DE 6A FD C 3A 0 1 11F 61 46
Octal 336 152 375 14 72 0 1 437 141 106
Binary 11011110 1101010 11111101 1100 111010 0 1 100011111 1100001 1000110

Color Harmonies of #DE6AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6AFD

Black with #DE6AFD

Text Example


Text Example

White with #DE6AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6AFD; }

 p { color: rgb(222,106,253); }

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

background-color css

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

 a { background-color: rgb(222,106,253); }

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

border-color css

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

 span { border-color: rgb(222,106,253); }

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