Html Css Color HEX #DE61F5 Heliotrope

📋 copy color: '#DE61F5'

red 222 ◦ green 97 ◦ blue 245

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

Shades of Heliotrope #DE61F5

Tints of Heliotrope #DE61F5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.2%

 BLUE value IS 245 (96.09% from 255) = 43.44%

R = 39.36%
G = 17.2%
B = 43.44%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DE61F5 (or 0xDE61F5) is known color: Heliotrope. HEX triplet: DE, 61 and F5. RGB value is (222,97,245). Sum of RGB (Red+Green+Blue) = 222+97+245=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 97 (38.28% from 255 or 17.20% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #DE61F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE61F5 is #219E0A. Grayscale: #969696. Windows color (decimal): -2203147 or 16081374. OLE color: 16081374.

HSL color Cylindrical-coordinate representation of color #DE61F5: hue angle of 290.68º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE61F5 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 97 245 -
CMYK 0.09 0.60 0 0.04
HSL 290.68º 0.88% 0.67% -
HSV(B) 290.68º 0.6% 0.96% -
XYZ 50.88 30.67 89.62 -
YUV 151.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 222 97 245 0.09 0.60 0 0.04 290.68 0.88 0.67
Hex DE 61 F5 9 3C 0 4 123 58 43
Octal 336 141 365 11 74 0 4 443 130 103
Binary 11011110 1100001 11110101 1001 111100 0 100 100100011 1011000 1000011

Color Harmonies of #DE61F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE61F5

Black with #DE61F5

Text Example


Text Example

White with #DE61F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE61F5; }

 p { color: rgb(222,97,245); }

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

background-color css

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

 a { background-color: rgb(222,97,245); }

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

border-color css

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

 span { border-color: rgb(222,97,245); }

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