Html Css Color HEX #DB61FD Heliotrope

📋 copy color: '#DB61FD'

red 219 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #DB61FD

Tints of Heliotrope #DB61FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 38.49%
G = 17.05%
B = 44.46%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB61FD (or 0xDB61FD) is known color: Heliotrope. HEX triplet: DB, 61 and FD. RGB value is (219,97,253). Sum of RGB (Red+Green+Blue) = 219+97+253=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 97 (38.28% from 255 or 17.05% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB61FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB61FD is #249E02. Grayscale: #969696. Windows color (decimal): -2399747 or 16605659. OLE color: 16605659.

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

Color convert

RGB 219 97 253 -
CMYK 0.13 0.62 0 0.01
HSL 286.92º 0.98% 0.69% -
HSV(B) 286.92º 0.62% 0.99% -
XYZ 51.22 30.7 96.15 -
YUV 151.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 219 97 253 0.13 0.62 0 0.01 286.92 0.98 0.69
Hex DB 61 FD D 3E 0 1 11F 62 45
Octal 333 141 375 15 76 0 1 437 142 105
Binary 11011011 1100001 11111101 1101 111110 0 1 100011111 1100010 1000101

Color Harmonies of #DB61FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61FD

Black with #DB61FD

Text Example


Text Example

White with #DB61FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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