Html Css Color HEX #DB61F1 Heliotrope

📋 copy color: '#DB61F1'

red 219 ◦ green 97 ◦ blue 241

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

Shades of Heliotrope #DB61F1

Tints of Heliotrope #DB61F1

RGB

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

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

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

R = 39.32%
G = 17.41%
B = 43.27%

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

#DB61F1 (or 0xDB61F1) is known color: Heliotrope. HEX triplet: DB, 61 and F1. RGB value is (219,97,241). Sum of RGB (Red+Green+Blue) = 219+97+241=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB61F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB61F1 is #249E0E. Grayscale: #959595. Windows color (decimal): -2399759 or 15819227. OLE color: 15819227.

HSL color Cylindrical-coordinate representation of color #DB61F1: hue angle of 290.83º 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 #DB61F1 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 97 241 -
CMYK 0.09 0.60 0 0.05
HSL 290.83º 0.84% 0.66% -
HSV(B) 290.83º 0.6% 0.95% -
XYZ 49.37 29.96 86.4 -
YUV 149.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 219 97 241 0.09 0.60 0 0.05 290.83 0.84 0.66
Hex DB 61 F1 9 3C 0 5 123 54 42
Octal 333 141 361 11 74 0 5 443 124 102
Binary 11011011 1100001 11110001 1001 111100 0 101 100100011 1010100 1000010

Color Harmonies of #DB61F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61F1

Black with #DB61F1

Text Example


Text Example

White with #DB61F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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