Html Css Color HEX #DF61FA Heliotrope

📋 copy color: '#DF61FA'

red 223 ◦ green 97 ◦ blue 250

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

Shades of Heliotrope #DF61FA

Tints of Heliotrope #DF61FA

RGB

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

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

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

R = 39.12%
G = 17.02%
B = 43.86%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF61FA (or 0xDF61FA) is known color: Heliotrope. HEX triplet: DF, 61 and FA. RGB value is (223,97,250). Sum of RGB (Red+Green+Blue) = 223+97+250=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 97 (38.28% from 255 or 17.02% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF61FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF61FA is #209E05. Grayscale: #979797. Windows color (decimal): -2137606 or 16409055. OLE color: 16409055.

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

Color convert

RGB 223 97 250 -
CMYK 0.11 0.61 0 0.02
HSL 289.41º 0.94% 0.68% -
HSV(B) 289.41º 0.61% 0.98% -
XYZ 51.96 31.14 93.71 -
YUV 152.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 223 97 250 0.11 0.61 0 0.02 289.41 0.94 0.68
Hex DF 61 FA B 3D 0 2 121 5E 44
Octal 337 141 372 13 75 0 2 441 136 104
Binary 11011111 1100001 11111010 1011 111101 0 10 100100001 1011110 1000100

Color Harmonies of #DF61FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61FA

Black with #DF61FA

Text Example


Text Example

White with #DF61FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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