Html Css Color HEX #DB60EF Heliotrope

📋 copy color: '#DB60EF'

red 219 ◦ green 96 ◦ blue 239

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

Shades of Heliotrope #DB60EF

Tints of Heliotrope #DB60EF

RGB

 RED value IS 219 (85.94% from 255) = 39.53%

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

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 39.53%
G = 17.33%
B = 43.14%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB60EF (or 0xDB60EF) is known color: Heliotrope. HEX triplet: DB, 60 and EF. RGB value is (219,96,239). Sum of RGB (Red+Green+Blue) = 219+96+239=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB60EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60EF is #249F10. Grayscale: #949494. Windows color (decimal): -2400017 or 15687899. OLE color: 15687899.

HSL color Cylindrical-coordinate representation of color #DB60EF: hue angle of 291.61º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB60EF is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 96 239 -
CMYK 0.08 0.60 0 0.06
HSL 291.61º 0.82% 0.66% -
HSV(B) 291.61º 0.6% 0.94% -
XYZ 48.98 29.66 84.8 -
YUV 149.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 219 96 239 0.08 0.60 0 0.06 291.61 0.82 0.66
Hex DB 60 EF 8 3C 0 6 124 52 42
Octal 333 140 357 10 74 0 6 444 122 102
Binary 11011011 1100000 11101111 1000 111100 0 110 100100100 1010010 1000010

Color Harmonies of #DB60EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60EF

Black with #DB60EF

Text Example


Text Example

White with #DB60EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60EF; }

 p { color: rgb(219,96,239); }

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

background-color css

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

 a { background-color: rgb(219,96,239); }

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

border-color css

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

 span { border-color: rgb(219,96,239); }

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