Html Css Color HEX #DB61EF Heliotrope

📋 copy color: '#DB61EF'

red 219 ◦ green 97 ◦ blue 239

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

Shades of Heliotrope #DB61EF

Tints of Heliotrope #DB61EF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.48%

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

R = 39.46%
G = 17.48%
B = 43.06%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB61EF (or 0xDB61EF) is known color: Heliotrope. HEX triplet: DB, 61 and EF. RGB value is (219,97,239). Sum of RGB (Red+Green+Blue) = 219+97+239=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 97 (38.28% from 255 or 17.48% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB61EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB61EF is #249E10. Grayscale: #959595. Windows color (decimal): -2399761 or 15688155. OLE color: 15688155.

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

Color convert

RGB 219 97 239 -
CMYK 0.08 0.59 0 0.06
HSL 291.55º 0.82% 0.66% -
HSV(B) 291.55º 0.59% 0.94% -
XYZ 49.07 29.84 84.84 -
YUV 149.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 219 97 239 0.08 0.59 0 0.06 291.55 0.82 0.66
Hex DB 61 EF 8 3B 0 6 124 52 42
Octal 333 141 357 10 73 0 6 444 122 102
Binary 11011011 1100001 11101111 1000 111011 0 110 100100100 1010010 1000010

Color Harmonies of #DB61EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61EF

Black with #DB61EF

Text Example


Text Example

White with #DB61EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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