Html Css Color HEX #D046FD Heliotrope

📋 copy color: '#D046FD'

red 208 ◦ green 70 ◦ blue 253

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

Shades of Heliotrope #D046FD

Tints of Heliotrope #D046FD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.18%

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

R = 39.17%
G = 13.18%
B = 47.65%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D046FD (or 0xD046FD) is known color: Heliotrope. HEX triplet: D0, 46 and FD. RGB value is (208,70,253). Sum of RGB (Red+Green+Blue) = 208+70+253=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 70 (27.73% from 255 or 13.18% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #D046FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D046FD is #2FB902. Grayscale: #838383. Windows color (decimal): -3127555 or 16598736. OLE color: 16598736.

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

Color convert

RGB 208 70 253 -
CMYK 0.18 0.72 0 0.01
HSL 285.25º 0.98% 0.63% -
HSV(B) 285.25º 0.72% 0.99% -
XYZ 45.93 24.88 95.31 -
YUV 132.12 196.22 182.12 -
System Red Green Blue C M Y K H S L
Decimal 208 70 253 0.18 0.72 0 0.01 285.25 0.98 0.63
Hex D0 46 FD 12 48 0 1 11D 62 3F
Octal 320 106 375 22 110 0 1 435 142 77
Binary 11010000 1000110 11111101 10010 1001000 0 1 100011101 1100010 111111

Color Harmonies of #D046FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046FD

Black with #D046FD

Text Example


Text Example

White with #D046FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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