Html Css Color HEX #DB4FFC Heliotrope

📋 copy color: '#DB4FFC'

red 219 ◦ green 79 ◦ blue 252

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

Shades of Heliotrope #DB4FFC

Tints of Heliotrope #DB4FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.36%

 BLUE value IS 252 (98.83% from 255) = 45.82%

R = 39.82%
G = 14.36%
B = 45.82%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB4FFC (or 0xDB4FFC) is known color: Heliotrope. HEX triplet: DB, 4F and FC. RGB value is (219,79,252). Sum of RGB (Red+Green+Blue) = 219+79+252=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 79 (31.25% from 255 or 14.36% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB4FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4FFC is #24B003. Grayscale: #8C8C8C. Windows color (decimal): -2404356 or 16535515. OLE color: 16535515.

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

Color convert

RGB 219 79 252 -
CMYK 0.13 0.69 0 0.01
HSL 288.55º 0.97% 0.65% -
HSV(B) 288.55º 0.69% 0.99% -
XYZ 49.58 27.68 94.83 -
YUV 140.58 190.88 183.93 -
System Red Green Blue C M Y K H S L
Decimal 219 79 252 0.13 0.69 0 0.01 288.55 0.97 0.65
Hex DB 4F FC D 45 0 1 121 61 41
Octal 333 117 374 15 105 0 1 441 141 101
Binary 11011011 1001111 11111100 1101 1000101 0 1 100100001 1100001 1000001

Color Harmonies of #DB4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4FFC

Black with #DB4FFC

Text Example


Text Example

White with #DB4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4FFC; }

 p { color: rgb(219,79,252); }

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

background-color css

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

 a { background-color: rgb(219,79,252); }

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

border-color css

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

 span { border-color: rgb(219,79,252); }

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