Html Css Color HEX #D047FC Heliotrope

📋 copy color: '#D047FC'

red 208 ◦ green 71 ◦ blue 252

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

Shades of Heliotrope #D047FC

Tints of Heliotrope #D047FC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.37%

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

R = 39.17%
G = 13.37%
B = 47.46%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D047FC (or 0xD047FC) is known color: Heliotrope. HEX triplet: D0, 47 and FC. RGB value is (208,71,252). Sum of RGB (Red+Green+Blue) = 208+71+252=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 71 (28.12% from 255 or 13.37% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #D047FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D047FC is #2FB803. Grayscale: #848484. Windows color (decimal): -3127300 or 16533456. OLE color: 16533456.

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

Color convert

RGB 208 71 252 -
CMYK 0.17 0.72 0 0.01
HSL 285.41º 0.97% 0.63% -
HSV(B) 285.41º 0.72% 0.99% -
XYZ 45.84 24.94 94.49 -
YUV 132.6 195.39 181.78 -
System Red Green Blue C M Y K H S L
Decimal 208 71 252 0.17 0.72 0 0.01 285.41 0.97 0.63
Hex D0 47 FC 11 48 0 1 11D 61 3F
Octal 320 107 374 21 110 0 1 435 141 77
Binary 11010000 1000111 11111100 10001 1001000 0 1 100011101 1100001 111111

Color Harmonies of #D047FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047FC

Black with #D047FC

Text Example


Text Example

White with #D047FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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