Html Css Color HEX #D049FC Heliotrope

📋 copy color: '#D049FC'

red 208 ◦ green 73 ◦ blue 252

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

Shades of Heliotrope #D049FC

Tints of Heliotrope #D049FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.7%

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

R = 39.02%
G = 13.7%
B = 47.28%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D049FC (or 0xD049FC) is known color: Heliotrope. HEX triplet: D0, 49 and FC. RGB value is (208,73,252). Sum of RGB (Red+Green+Blue) = 208+73+252=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #D049FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049FC is #2FB603. Grayscale: #858585. Windows color (decimal): -3126788 or 16533968. OLE color: 16533968.

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

Color convert

RGB 208 73 252 -
CMYK 0.17 0.71 0 0.01
HSL 285.25º 0.97% 0.64% -
HSV(B) 285.25º 0.71% 0.99% -
XYZ 45.97 25.2 94.54 -
YUV 133.77 194.73 180.95 -
System Red Green Blue C M Y K H S L
Decimal 208 73 252 0.17 0.71 0 0.01 285.25 0.97 0.64
Hex D0 49 FC 11 47 0 1 11D 61 40
Octal 320 111 374 21 107 0 1 435 141 100
Binary 11010000 1001001 11111100 10001 1000111 0 1 100011101 1100001 1000000

Color Harmonies of #D049FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049FC

Black with #D049FC

Text Example


Text Example

White with #D049FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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