Html Css Color HEX #DB70FD Heliotrope

📋 copy color: '#DB70FD'

red 219 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #DB70FD

Tints of Heliotrope #DB70FD

RGB

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

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

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

R = 37.5%
G = 19.18%
B = 43.32%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB70FD (or 0xDB70FD) is known color: Heliotrope. HEX triplet: DB, 70 and FD. RGB value is (219,112,253). Sum of RGB (Red+Green+Blue) = 219+112+253=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB70FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB70FD is #248F02. Grayscale: #9F9F9F. Windows color (decimal): -2395907 or 16609499. OLE color: 16609499.

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

Color convert

RGB 219 112 253 -
CMYK 0.13 0.56 0 0.01
HSL 285.53º 0.97% 0.72% -
HSV(B) 285.53º 0.56% 0.99% -
XYZ 52.74 33.74 96.66 -
YUV 160.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 219 112 253 0.13 0.56 0 0.01 285.53 0.97 0.72
Hex DB 70 FD D 38 0 1 11E 61 48
Octal 333 160 375 15 70 0 1 436 141 110
Binary 11011011 1110000 11111101 1101 111000 0 1 100011110 1100001 1001000

Color Harmonies of #DB70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70FD

Black with #DB70FD

Text Example


Text Example

White with #DB70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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