Html Css Color HEX #D071FC Heliotrope

📋 copy color: '#D071FC'

red 208 ◦ green 113 ◦ blue 252

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

Shades of Heliotrope #D071FC

Tints of Heliotrope #D071FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.98%

R = 36.3%
G = 19.72%
B = 43.98%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D071FC (or 0xD071FC) is known color: Heliotrope. HEX triplet: D0, 71 and FC. RGB value is (208,113,252). Sum of RGB (Red+Green+Blue) = 208+113+252=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #D071FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D071FC is #2F8E03. Grayscale: #9C9C9C. Windows color (decimal): -3116548 or 16544208. OLE color: 16544208.

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

Color convert

RGB 208 113 252 -
CMYK 0.17 0.55 0 0.01
HSL 281.01º 0.96% 0.72% -
HSV(B) 281.01º 0.55% 0.99% -
XYZ 49.49 32.25 95.71 -
YUV 157.25 181.47 164.2 -
System Red Green Blue C M Y K H S L
Decimal 208 113 252 0.17 0.55 0 0.01 281.01 0.96 0.72
Hex D0 71 FC 11 37 0 1 119 60 48
Octal 320 161 374 21 67 0 1 431 140 110
Binary 11010000 1110001 11111100 10001 110111 0 1 100011001 1100000 1001000

Color Harmonies of #D071FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071FC

Black with #D071FC

Text Example


Text Example

White with #D071FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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