Html Css Color HEX #D070FF Heliotrope

📋 copy color: '#D070FF'

red 208 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #D070FF

Tints of Heliotrope #D070FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 36.17%
G = 19.48%
B = 44.35%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D070FF (or 0xD070FF) is known color: Heliotrope. HEX triplet: D0, 70 and FF. RGB value is (208,112,255). Sum of RGB (Red+Green+Blue) = 208+112+255=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #D070FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070FF is #2F8F00. Grayscale: #9C9C9C. Windows color (decimal): -3116801 or 16740560. OLE color: 16740560.

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

Color convert

RGB 208 112 255 -
CMYK 0.18 0.56 0 0
HSL 280.28º 1% 0.72% -
HSV(B) 280.28º 0.56% 1% -
XYZ 49.86 32.22 98.2 -
YUV 157.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 208 112 255 0.18 0.56 0 0 280.28 1 0.72
Hex D0 70 FF 12 38 0 0 118 64 48
Octal 320 160 377 22 70 0 0 430 144 110
Binary 11010000 1110000 11111111 10010 111000 0 0 100011000 1100100 1001000

Color Harmonies of #D070FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070FF

Black with #D070FF

Text Example


Text Example

White with #D070FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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