Html Css Color HEX #D071FA Heliotrope

📋 copy color: '#D071FA'

red 208 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #D071FA

Tints of Heliotrope #D071FA

RGB

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

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

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

R = 36.43%
G = 19.79%
B = 43.78%

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

#D071FA (or 0xD071FA) is known color: Heliotrope. HEX triplet: D0, 71 and FA. RGB value is (208,113,250). Sum of RGB (Red+Green+Blue) = 208+113+250=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #D071FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D071FA is #2F8E05. Grayscale: #9C9C9C. Windows color (decimal): -3116550 or 16413136. OLE color: 16413136.

HSL color Cylindrical-coordinate representation of color #D071FA: hue angle of 281.61º 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 #D071FA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 113 250 -
CMYK 0.17 0.55 0 0.02
HSL 281.61º 0.93% 0.71% -
HSV(B) 281.61º 0.55% 0.98% -
XYZ 49.17 32.12 94.05 -
YUV 157.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 208 113 250 0.17 0.55 0 0.02 281.61 0.93 0.71
Hex D0 71 FA 11 37 0 2 11A 5D 47
Octal 320 161 372 21 67 0 2 432 135 107
Binary 11010000 1110001 11111010 10001 110111 0 10 100011010 1011101 1000111

Color Harmonies of #D071FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071FA

Black with #D071FA

Text Example


Text Example

White with #D071FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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