Html Css Color HEX #DB70F8 Heliotrope

📋 copy color: '#DB70F8'

red 219 ◦ green 112 ◦ blue 248

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

Shades of Heliotrope #DB70F8

Tints of Heliotrope #DB70F8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.34%

 BLUE value IS 248 (97.27% from 255) = 42.83%

R = 37.82%
G = 19.34%
B = 42.83%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DB70F8 (or 0xDB70F8) is known color: Heliotrope. HEX triplet: DB, 70 and F8. RGB value is (219,112,248). Sum of RGB (Red+Green+Blue) = 219+112+248=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB70F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB70F8 is #248F07. Grayscale: #9F9F9F. Windows color (decimal): -2395912 or 16281819. OLE color: 16281819.

HSL color Cylindrical-coordinate representation of color #DB70F8: hue angle of 287.21º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB70F8 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 112 248 -
CMYK 0.12 0.55 0 0.03
HSL 287.21º 0.91% 0.71% -
HSV(B) 287.21º 0.55% 0.97% -
XYZ 51.95 33.43 92.52 -
YUV 159.5 177.95 170.44 -
System Red Green Blue C M Y K H S L
Decimal 219 112 248 0.12 0.55 0 0.03 287.21 0.91 0.71
Hex DB 70 F8 C 37 0 3 11F 5B 47
Octal 333 160 370 14 67 0 3 437 133 107
Binary 11011011 1110000 11111000 1100 110111 0 11 100011111 1011011 1000111

Color Harmonies of #DB70F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70F8

Black with #DB70F8

Text Example


Text Example

White with #DB70F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70F8; }

 p { color: rgb(219,112,248); }

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

background-color css

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

 a { background-color: rgb(219,112,248); }

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

border-color css

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

 span { border-color: rgb(219,112,248); }

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