Html Css Color HEX #DB4BFD Heliotrope

📋 copy color: '#DB4BFD'

red 219 ◦ green 75 ◦ blue 253

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

Shades of Heliotrope #DB4BFD

Tints of Heliotrope #DB4BFD

RGB

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

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

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

R = 40.04%
G = 13.71%
B = 46.25%

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

#DB4BFD (or 0xDB4BFD) is known color: Heliotrope. HEX triplet: DB, 4B and FD. RGB value is (219,75,253). Sum of RGB (Red+Green+Blue) = 219+75+253=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 75 (29.69% from 255 or 13.71% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB4BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4BFD is #24B402. Grayscale: #898989. Windows color (decimal): -2405379 or 16600027. OLE color: 16600027.

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

Color convert

RGB 219 75 253 -
CMYK 0.13 0.70 0 0.01
HSL 288.54º 0.98% 0.64% -
HSV(B) 288.54º 0.7% 0.99% -
XYZ 49.46 27.18 95.57 -
YUV 138.35 192.71 185.53 -
System Red Green Blue C M Y K H S L
Decimal 219 75 253 0.13 0.70 0 0.01 288.54 0.98 0.64
Hex DB 4B FD D 46 0 1 121 62 40
Octal 333 113 375 15 106 0 1 441 142 100
Binary 11011011 1001011 11111101 1101 1000110 0 1 100100001 1100010 1000000

Color Harmonies of #DB4BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BFD

Black with #DB4BFD

Text Example


Text Example

White with #DB4BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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