Html Css Color HEX #D049FD Heliotrope

📋 copy color: '#D049FD'

red 208 ◦ green 73 ◦ blue 253

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

Shades of Heliotrope #D049FD

Tints of Heliotrope #D049FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.38%

R = 38.95%
G = 13.67%
B = 47.38%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D049FD (or 0xD049FD) is known color: Heliotrope. HEX triplet: D0, 49 and FD. RGB value is (208,73,253). Sum of RGB (Red+Green+Blue) = 208+73+253=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #D049FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049FD is #2FB602. Grayscale: #858585. Windows color (decimal): -3126787 or 16599504. OLE color: 16599504.

HSL color Cylindrical-coordinate representation of color #D049FD: hue angle of 285º degrees, saturation: 0.98, 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 #D049FD is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 73 253 -
CMYK 0.18 0.71 0 0.01
HSL 285º 0.98% 0.64% -
HSV(B) 285º 0.71% 0.99% -
XYZ 46.12 25.27 95.37 -
YUV 133.89 195.23 180.86 -
System Red Green Blue C M Y K H S L
Decimal 208 73 253 0.18 0.71 0 0.01 285 0.98 0.64
Hex D0 49 FD 12 47 0 1 11D 62 40
Octal 320 111 375 22 107 0 1 435 142 100
Binary 11010000 1001001 11111101 10010 1000111 0 1 100011101 1100010 1000000

Color Harmonies of #D049FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049FD

Black with #D049FD

Text Example


Text Example

White with #D049FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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