Html Css Color HEX #DB4CFD Heliotrope

📋 copy color: '#DB4CFD'

red 219 ◦ green 76 ◦ blue 253

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

Shades of Heliotrope #DB4CFD

Tints of Heliotrope #DB4CFD

RGB

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

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

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

R = 39.96%
G = 13.87%
B = 46.17%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB4CFD (or 0xDB4CFD) is known color: Heliotrope. HEX triplet: DB, 4C and FD. RGB value is (219,76,253). Sum of RGB (Red+Green+Blue) = 219+76+253=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 76 (30.08% from 255 or 13.87% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB4CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CFD is #24B302. Grayscale: #8A8A8A. Windows color (decimal): -2405123 or 16600283. OLE color: 16600283.

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

Color convert

RGB 219 76 253 -
CMYK 0.13 0.70 0 0.01
HSL 288.47º 0.98% 0.65% -
HSV(B) 288.47º 0.7% 0.99% -
XYZ 49.53 27.32 95.59 -
YUV 138.94 192.38 185.11 -
System Red Green Blue C M Y K H S L
Decimal 219 76 253 0.13 0.70 0 0.01 288.47 0.98 0.65
Hex DB 4C FD D 46 0 1 120 62 41
Octal 333 114 375 15 106 0 1 440 142 101
Binary 11011011 1001100 11111101 1101 1000110 0 1 100100000 1100010 1000001

Color Harmonies of #DB4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CFD

Black with #DB4CFD

Text Example


Text Example

White with #DB4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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