Html Css Color HEX #D070FA Heliotrope

📋 copy color: '#D070FA'

red 208 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #D070FA

Tints of Heliotrope #D070FA

RGB

 RED value IS 208 (81.64% from 255) = 36.49%

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 36.49%
G = 19.65%
B = 43.86%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D070FA (or 0xD070FA) is known color: Heliotrope. HEX triplet: D0, 70 and FA. RGB value is (208,112,250). Sum of RGB (Red+Green+Blue) = 208+112+250=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #D070FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070FA is #2F8F05. Grayscale: #9B9B9B. Windows color (decimal): -3116806 or 16412880. OLE color: 16412880.

HSL color Cylindrical-coordinate representation of color #D070FA: hue angle of 281.74º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D070FA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 112 250 -
CMYK 0.17 0.55 0 0.02
HSL 281.74º 0.93% 0.71% -
HSV(B) 281.74º 0.55% 0.98% -
XYZ 49.06 31.9 94.01 -
YUV 156.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 208 112 250 0.17 0.55 0 0.02 281.74 0.93 0.71
Hex D0 70 FA 11 37 0 2 11A 5D 47
Octal 320 160 372 21 67 0 2 432 135 107
Binary 11010000 1110000 11111010 10001 110111 0 10 100011010 1011101 1000111

Color Harmonies of #D070FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070FA

Black with #D070FA

Text Example


Text Example

White with #D070FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070FA; }

 p { color: rgb(208,112,250); }

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

background-color css

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

 a { background-color: rgb(208,112,250); }

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

border-color css

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

 span { border-color: rgb(208,112,250); }

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