Html Css Color HEX #D071FF Heliotrope

📋 copy color: '#D071FF'

red 208 ◦ green 113 ◦ blue 255

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

Shades of Heliotrope #D071FF

Tints of Heliotrope #D071FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.62%

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

R = 36.11%
G = 19.62%
B = 44.27%

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

#D071FF (or 0xD071FF) is known color: Heliotrope. HEX triplet: D0, 71 and FF. RGB value is (208,113,255). Sum of RGB (Red+Green+Blue) = 208+113+255=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #D071FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D071FF is #2F8E00. Grayscale: #9D9D9D. Windows color (decimal): -3116545 or 16740816. OLE color: 16740816.

HSL color Cylindrical-coordinate representation of color #D071FF: hue angle of 280.14º 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 #D071FF is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 113 255 -
CMYK 0.18 0.56 0 0
HSL 280.14º 1% 0.72% -
HSV(B) 280.14º 0.56% 1% -
XYZ 49.97 32.44 98.24 -
YUV 157.59 182.97 163.95 -
System Red Green Blue C M Y K H S L
Decimal 208 113 255 0.18 0.56 0 0 280.14 1 0.72
Hex D0 71 FF 12 38 0 0 118 64 48
Octal 320 161 377 22 70 0 0 430 144 110
Binary 11010000 1110001 11111111 10010 111000 0 0 100011000 1100100 1001000

Color Harmonies of #D071FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071FF

Black with #D071FF

Text Example


Text Example

White with #D071FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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