Html Css Color HEX #DF66F0 Heliotrope

📋 copy color: '#DF66F0'

red 223 ◦ green 102 ◦ blue 240

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

Shades of Heliotrope #DF66F0

Tints of Heliotrope #DF66F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.48%

R = 39.47%
G = 18.05%
B = 42.48%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF66F0 (or 0xDF66F0) is known color: Heliotrope. HEX triplet: DF, 66 and F0. RGB value is (223,102,240). Sum of RGB (Red+Green+Blue) = 223+102+240=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF66F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66F0 is #20990F. Grayscale: #999999. Windows color (decimal): -2136336 or 15754975. OLE color: 15754975.

HSL color Cylindrical-coordinate representation of color #DF66F0: hue angle of 292.61º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF66F0 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 102 240 -
CMYK 0.07 0.58 0 0.06
HSL 292.61º 0.82% 0.67% -
HSV(B) 292.61º 0.58% 0.94% -
XYZ 50.91 31.48 85.83 -
YUV 153.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 223 102 240 0.07 0.58 0 0.06 292.61 0.82 0.67
Hex DF 66 F0 7 3A 0 6 125 52 43
Octal 337 146 360 7 72 0 6 445 122 103
Binary 11011111 1100110 11110000 111 111010 0 110 100100101 1010010 1000011

Color Harmonies of #DF66F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66F0

Black with #DF66F0

Text Example


Text Example

White with #DF66F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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