Html Css Color HEX #DB60F1 Heliotrope

📋 copy color: '#DB60F1'

red 219 ◦ green 96 ◦ blue 241

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

Shades of Heliotrope #DB60F1

Tints of Heliotrope #DB60F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.35%

R = 39.39%
G = 17.27%
B = 43.35%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB60F1 (or 0xDB60F1) is known color: Heliotrope. HEX triplet: DB, 60 and F1. RGB value is (219,96,241). Sum of RGB (Red+Green+Blue) = 219+96+241=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB60F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60F1 is #249F0E. Grayscale: #949494. Windows color (decimal): -2400015 or 15818971. OLE color: 15818971.

HSL color Cylindrical-coordinate representation of color #DB60F1: hue angle of 290.9º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB60F1 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 96 241 -
CMYK 0.09 0.60 0 0.05
HSL 290.9º 0.84% 0.66% -
HSV(B) 290.9º 0.6% 0.95% -
XYZ 49.27 29.78 86.37 -
YUV 149.31 179.75 177.71 -
System Red Green Blue C M Y K H S L
Decimal 219 96 241 0.09 0.60 0 0.05 290.9 0.84 0.66
Hex DB 60 F1 9 3C 0 5 123 54 42
Octal 333 140 361 11 74 0 5 443 124 102
Binary 11011011 1100000 11110001 1001 111100 0 101 100100011 1010100 1000010

Color Harmonies of #DB60F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60F1

Black with #DB60F1

Text Example


Text Example

White with #DB60F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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