Html Css Color HEX #DB64FB Heliotrope

📋 copy color: '#DB64FB'

red 219 ◦ green 100 ◦ blue 251

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

Shades of Heliotrope #DB64FB

Tints of Heliotrope #DB64FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.54%

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

R = 38.42%
G = 17.54%
B = 44.04%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB64FB (or 0xDB64FB) is known color: Heliotrope. HEX triplet: DB, 64 and FB. RGB value is (219,100,251). Sum of RGB (Red+Green+Blue) = 219+100+251=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB64FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB64FB is #249B04. Grayscale: #989898. Windows color (decimal): -2398981 or 16475355. OLE color: 16475355.

HSL color Cylindrical-coordinate representation of color #DB64FB: hue angle of 287.28º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB64FB is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 100 251 -
CMYK 0.13 0.60 0 0.02
HSL 287.28º 0.95% 0.69% -
HSV(B) 287.28º 0.6% 0.98% -
XYZ 51.18 31.14 94.58 -
YUV 152.8 183.42 175.22 -
System Red Green Blue C M Y K H S L
Decimal 219 100 251 0.13 0.60 0 0.02 287.28 0.95 0.69
Hex DB 64 FB D 3C 0 2 11F 5F 45
Octal 333 144 373 15 74 0 2 437 137 105
Binary 11011011 1100100 11111011 1101 111100 0 10 100011111 1011111 1000101

Color Harmonies of #DB64FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB64FB

Black with #DB64FB

Text Example


Text Example

White with #DB64FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB64FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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