Html Css Color HEX #DF60FB Heliotrope

📋 copy color: '#DF60FB'

red 223 ◦ green 96 ◦ blue 251

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

Shades of Heliotrope #DF60FB

Tints of Heliotrope #DF60FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 39.12%
G = 16.84%
B = 44.04%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF60FB (or 0xDF60FB) is known color: Heliotrope. HEX triplet: DF, 60 and FB. RGB value is (223,96,251). Sum of RGB (Red+Green+Blue) = 223+96+251=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 96 (37.89% from 255 or 16.84% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF60FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60FB is #209F04. Grayscale: #979797. Windows color (decimal): -2137861 or 16474335. OLE color: 16474335.

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

Color convert

RGB 223 96 251 -
CMYK 0.11 0.62 0 0.02
HSL 289.16º 0.95% 0.68% -
HSV(B) 289.16º 0.62% 0.98% -
XYZ 52.03 31.02 94.51 -
YUV 151.64 184.08 178.9 -
System Red Green Blue C M Y K H S L
Decimal 223 96 251 0.11 0.62 0 0.02 289.16 0.95 0.68
Hex DF 60 FB B 3E 0 2 121 5F 44
Octal 337 140 373 13 76 0 2 441 137 104
Binary 11011111 1100000 11111011 1011 111110 0 10 100100001 1011111 1000100

Color Harmonies of #DF60FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60FB

Black with #DF60FB

Text Example


Text Example

White with #DF60FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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