Html Css Color HEX #DB4BFA Heliotrope

📋 copy color: '#DB4BFA'

red 219 ◦ green 75 ◦ blue 250

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

Shades of Heliotrope #DB4BFA

Tints of Heliotrope #DB4BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.79%

 BLUE value IS 250 (98.05% from 255) = 45.96%

R = 40.26%
G = 13.79%
B = 45.96%

CMYK

 C value IS 0.12

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB4BFA (or 0xDB4BFA) is known color: Heliotrope. HEX triplet: DB, 4B and FA. RGB value is (219,75,250). Sum of RGB (Red+Green+Blue) = 219+75+250=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 75 (29.69% from 255 or 13.79% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB4BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4BFA is #24B405. Grayscale: #898989. Windows color (decimal): -2405382 or 16403419. OLE color: 16403419.

HSL color Cylindrical-coordinate representation of color #DB4BFA: hue angle of 289.37º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4BFA is Cyan = 0.12, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 75 250 -
CMYK 0.12 0.7 0 0.02
HSL 289.37º 0.95% 0.64% -
HSV(B) 289.37º 0.7% 0.98% -
XYZ 48.98 26.99 93.07 -
YUV 138.01 191.21 185.77 -
System Red Green Blue C M Y K H S L
Decimal 219 75 250 0.12 0.7 0 0.02 289.37 0.95 0.64
Hex DB 4B FA C 46 0 2 121 5F 40
Octal 333 113 372 14 106 0 2 441 137 100
Binary 11011011 1001011 11111010 1100 1000110 0 10 100100001 1011111 1000000

Color Harmonies of #DB4BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BFA

Black with #DB4BFA

Text Example


Text Example

White with #DB4BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BFA; }

 p { color: rgb(219,75,250); }

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

background-color css

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

 a { background-color: rgb(219,75,250); }

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

border-color css

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

 span { border-color: rgb(219,75,250); }

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