Html Css Color HEX #D049FF Heliotrope

📋 copy color: '#D049FF'

red 208 ◦ green 73 ◦ blue 255

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

Shades of Heliotrope #D049FF

Tints of Heliotrope #D049FF

RGB

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

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

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

R = 38.81%
G = 13.62%
B = 47.57%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D049FF (or 0xD049FF) is known color: Heliotrope. HEX triplet: D0, 49 and FF. RGB value is (208,73,255). Sum of RGB (Red+Green+Blue) = 208+73+255=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #D049FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049FF is #2FB600. Grayscale: #858585. Windows color (decimal): -3126785 or 16730576. OLE color: 16730576.

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

Color convert

RGB 208 73 255 -
CMYK 0.18 0.71 0 0
HSL 284.51º 1% 0.64% -
HSV(B) 284.51º 0.71% 1% -
XYZ 46.44 25.39 97.06 -
YUV 134.11 196.23 180.7 -
System Red Green Blue C M Y K H S L
Decimal 208 73 255 0.18 0.71 0 0 284.51 1 0.64
Hex D0 49 FF 12 47 0 0 11D 64 40
Octal 320 111 377 22 107 0 0 435 144 100
Binary 11010000 1001001 11111111 10010 1000111 0 0 100011101 1100100 1000000

Color Harmonies of #D049FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049FF

Black with #D049FF

Text Example


Text Example

White with #D049FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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