Html Css Color HEX #DB45FD Heliotrope

📋 copy color: '#DB45FD'

red 219 ◦ green 69 ◦ blue 253

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

Shades of Heliotrope #DB45FD

Tints of Heliotrope #DB45FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.75%

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

R = 40.48%
G = 12.75%
B = 46.77%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB45FD (or 0xDB45FD) is known color: Heliotrope. HEX triplet: DB, 45 and FD. RGB value is (219,69,253). Sum of RGB (Red+Green+Blue) = 219+69+253=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 69 (27.34% from 255 or 12.75% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB45FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB45FD is #24BA02. Grayscale: #868686. Windows color (decimal): -2406915 or 16598491. OLE color: 16598491.

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

Color convert

RGB 219 69 253 -
CMYK 0.13 0.73 0 0.01
HSL 288.91º 0.98% 0.63% -
HSV(B) 288.91º 0.73% 0.99% -
XYZ 49.07 26.41 95.44 -
YUV 134.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 219 69 253 0.13 0.73 0 0.01 288.91 0.98 0.63
Hex DB 45 FD D 49 0 1 121 62 3F
Octal 333 105 375 15 111 0 1 441 142 77
Binary 11011011 1000101 11111101 1101 1001001 0 1 100100001 1100010 111111

Color Harmonies of #DB45FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB45FD

Black with #DB45FD

Text Example


Text Example

White with #DB45FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB45FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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