Html Css Color HEX #DB4CFA Heliotrope

📋 copy color: '#DB4CFA'

red 219 ◦ green 76 ◦ blue 250

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

Shades of Heliotrope #DB4CFA

Tints of Heliotrope #DB4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.94%

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

R = 40.18%
G = 13.94%
B = 45.87%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB4CFA (or 0xDB4CFA) is known color: Heliotrope. HEX triplet: DB, 4C and FA. RGB value is (219,76,250). Sum of RGB (Red+Green+Blue) = 219+76+250=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 76 (30.08% from 255 or 13.94% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB4CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CFA is #24B305. Grayscale: #8A8A8A. Windows color (decimal): -2405126 or 16403675. OLE color: 16403675.

HSL color Cylindrical-coordinate representation of color #DB4CFA: hue angle of 289.31º 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 #DB4CFA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 76 250 -
CMYK 0.12 0.70 0 0.02
HSL 289.31º 0.95% 0.64% -
HSV(B) 289.31º 0.7% 0.98% -
XYZ 49.05 27.13 93.09 -
YUV 138.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 219 76 250 0.12 0.70 0 0.02 289.31 0.95 0.64
Hex DB 4C FA C 46 0 2 121 5F 40
Octal 333 114 372 14 106 0 2 441 137 100
Binary 11011011 1001100 11111010 1100 1000110 0 10 100100001 1011111 1000000

Color Harmonies of #DB4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CFA

Black with #DB4CFA

Text Example


Text Example

White with #DB4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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