Html Css Color HEX #DF60EE Heliotrope

📋 copy color: '#DF60EE'

red 223 ◦ green 96 ◦ blue 238

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

Shades of Heliotrope #DF60EE

Tints of Heliotrope #DF60EE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.24%

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 40.04%
G = 17.24%
B = 42.73%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF60EE (or 0xDF60EE) is known color: Heliotrope. HEX triplet: DF, 60 and EE. RGB value is (223,96,238). Sum of RGB (Red+Green+Blue) = 223+96+238=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 96 (37.89% from 255 or 17.24% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF60EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60EE is #209F11. Grayscale: #959595. Windows color (decimal): -2137874 or 15622367. OLE color: 15622367.

HSL color Cylindrical-coordinate representation of color #DF60EE: hue angle of 293.66º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF60EE is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 96 238 -
CMYK 0.06 0.60 0 0.07
HSL 293.66º 0.81% 0.65% -
HSV(B) 293.66º 0.6% 0.93% -
XYZ 50.05 30.23 84.09 -
YUV 150.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 223 96 238 0.06 0.60 0 0.07 293.66 0.81 0.65
Hex DF 60 EE 6 3C 0 7 126 51 41
Octal 337 140 356 6 74 0 7 446 121 101
Binary 11011111 1100000 11101110 110 111100 0 111 100100110 1010001 1000001

Color Harmonies of #DF60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60EE

Black with #DF60EE

Text Example


Text Example

White with #DF60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60EE; }

 p { color: rgb(223,96,238); }

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

background-color css

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

 a { background-color: rgb(223,96,238); }

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

border-color css

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

 span { border-color: rgb(223,96,238); }

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