Html Css Color HEX #DF61F5 Heliotrope

📋 copy color: '#DF61F5'

red 223 ◦ green 97 ◦ blue 245

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

Shades of Heliotrope #DF61F5

Tints of Heliotrope #DF61F5

RGB

 RED value IS 223 (87.5% from 255) = 39.47%

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

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

R = 39.47%
G = 17.17%
B = 43.36%

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

#DF61F5 (or 0xDF61F5) is known color: Heliotrope. HEX triplet: DF, 61 and F5. RGB value is (223,97,245). Sum of RGB (Red+Green+Blue) = 223+97+245=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 97 (38.28% from 255 or 17.17% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF61F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF61F5 is #209E0A. Grayscale: #979797. Windows color (decimal): -2137611 or 16081375. OLE color: 16081375.

HSL color Cylindrical-coordinate representation of color #DF61F5: hue angle of 291.08º 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 #DF61F5 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 97 245 -
CMYK 0.09 0.60 0 0.04
HSL 291.08º 0.88% 0.67% -
HSV(B) 291.08º 0.6% 0.96% -
XYZ 51.19 30.83 89.64 -
YUV 151.55 180.74 178.97 -
System Red Green Blue C M Y K H S L
Decimal 223 97 245 0.09 0.60 0 0.04 291.08 0.88 0.67
Hex DF 61 F5 9 3C 0 4 123 58 43
Octal 337 141 365 11 74 0 4 443 130 103
Binary 11011111 1100001 11110101 1001 111100 0 100 100100011 1011000 1000011

Color Harmonies of #DF61F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61F5

Black with #DF61F5

Text Example


Text Example

White with #DF61F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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