Html Css Color HEX #DF66F5 Heliotrope

📋 copy color: '#DF66F5'

red 223 ◦ green 102 ◦ blue 245

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

Shades of Heliotrope #DF66F5

Tints of Heliotrope #DF66F5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.89%

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

R = 39.12%
G = 17.89%
B = 42.98%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DF66F5 (or 0xDF66F5) is known color: Heliotrope. HEX triplet: DF, 66 and F5. RGB value is (223,102,245). Sum of RGB (Red+Green+Blue) = 223+102+245=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF66F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66F5 is #20990A. Grayscale: #9A9A9A. Windows color (decimal): -2136331 or 16082655. OLE color: 16082655.

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

Color convert

RGB 223 102 245 -
CMYK 0.09 0.58 0 0.04
HSL 290.77º 0.88% 0.68% -
HSV(B) 290.77º 0.58% 0.96% -
XYZ 51.66 31.78 89.8 -
YUV 154.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 223 102 245 0.09 0.58 0 0.04 290.77 0.88 0.68
Hex DF 66 F5 9 3A 0 4 123 58 44
Octal 337 146 365 11 72 0 4 443 130 104
Binary 11011111 1100110 11110101 1001 111010 0 100 100100011 1011000 1000100

Color Harmonies of #DF66F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66F5

Black with #DF66F5

Text Example


Text Example

White with #DF66F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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