Html Css Color HEX #DF60FF Heliotrope

📋 copy color: '#DF60FF'

red 223 ◦ green 96 ◦ blue 255

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

Shades of Heliotrope #DF60FF

Tints of Heliotrope #DF60FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.43%

R = 38.85%
G = 16.72%
B = 44.43%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF60FF (or 0xDF60FF) is known color: Heliotrope. HEX triplet: DF, 60 and FF. RGB value is (223,96,255). Sum of RGB (Red+Green+Blue) = 223+96+255=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 96 (37.89% from 255 or 16.72% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF60FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60FF is #209F00. Grayscale: #979797. Windows color (decimal): -2137857 or 16736479. OLE color: 16736479.

HSL color Cylindrical-coordinate representation of color #DF60FF: hue angle of 287.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF60FF is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 223 96 255 -
CMYK 0.13 0.62 0 0
HSL 287.92º 1% 0.69% -
HSV(B) 287.92º 0.62% 1% -
XYZ 52.66 31.27 97.87 -
YUV 152.1 186.08 178.57 -
System Red Green Blue C M Y K H S L
Decimal 223 96 255 0.13 0.62 0 0 287.92 1 0.69
Hex DF 60 FF D 3E 0 0 120 64 45
Octal 337 140 377 15 76 0 0 440 144 105
Binary 11011111 1100000 11111111 1101 111110 0 0 100100000 1100100 1000101

Color Harmonies of #DF60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60FF

Black with #DF60FF

Text Example


Text Example

White with #DF60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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