Html Css Color HEX #DB61FE Heliotrope

📋 copy color: '#DB61FE'

red 219 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #DB61FE

Tints of Heliotrope #DB61FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 38.42%
G = 17.02%
B = 44.56%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB61FE (or 0xDB61FE) is known color: Heliotrope. HEX triplet: DB, 61 and FE. RGB value is (219,97,254). Sum of RGB (Red+Green+Blue) = 219+97+254=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 97 (38.28% from 255 or 17.02% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB61FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB61FE is #249E01. Grayscale: #969696. Windows color (decimal): -2399746 or 16671195. OLE color: 16671195.

HSL color Cylindrical-coordinate representation of color #DB61FE: hue angle of 286.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB61FE is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 97 254 -
CMYK 0.14 0.62 0 0.00
HSL 286.62º 0.99% 0.69% -
HSV(B) 286.62º 0.62% 1% -
XYZ 51.38 30.77 97 -
YUV 151.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 219 97 254 0.14 0.62 0 0.00 286.62 0.99 0.69
Hex DB 61 FE E 3E 0 0 11F 63 45
Octal 333 141 376 16 76 0 0 437 143 105
Binary 11011011 1100001 11111110 1110 111110 0 0 100011111 1100011 1000101

Color Harmonies of #DB61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61FE

Black with #DB61FE

Text Example


Text Example

White with #DB61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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