Html Css Color HEX #DB4CFB Heliotrope

📋 copy color: '#DB4CFB'

red 219 ◦ green 76 ◦ blue 251

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

Shades of Heliotrope #DB4CFB

Tints of Heliotrope #DB4CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.97%

R = 40.11%
G = 13.92%
B = 45.97%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB4CFB (or 0xDB4CFB) is known color: Heliotrope. HEX triplet: DB, 4C and FB. RGB value is (219,76,251). Sum of RGB (Red+Green+Blue) = 219+76+251=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 76 (30.08% from 255 or 13.92% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB4CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CFB is #24B304. Grayscale: #8A8A8A. Windows color (decimal): -2405125 or 16469211. OLE color: 16469211.

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

Color convert

RGB 219 76 251 -
CMYK 0.13 0.70 0 0.02
HSL 289.03º 0.96% 0.64% -
HSV(B) 289.03º 0.7% 0.98% -
XYZ 49.21 27.19 93.92 -
YUV 138.71 191.38 185.27 -
System Red Green Blue C M Y K H S L
Decimal 219 76 251 0.13 0.70 0 0.02 289.03 0.96 0.64
Hex DB 4C FB D 46 0 2 121 60 40
Octal 333 114 373 15 106 0 2 441 140 100
Binary 11011011 1001100 11111011 1101 1000110 0 10 100100001 1100000 1000000

Color Harmonies of #DB4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CFB

Black with #DB4CFB

Text Example


Text Example

White with #DB4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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