Html Css Color HEX #D146FD Heliotrope

📋 copy color: '#D146FD'

red 209 ◦ green 70 ◦ blue 253

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

Shades of Heliotrope #D146FD

Tints of Heliotrope #D146FD

RGB

 RED value IS 209 (82.03% from 255) = 39.29%

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

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

R = 39.29%
G = 13.16%
B = 47.56%

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

#D146FD (or 0xD146FD) is known color: Heliotrope. HEX triplet: D1, 46 and FD. RGB value is (209,70,253). Sum of RGB (Red+Green+Blue) = 209+70+253=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 70 (27.73% from 255 or 13.16% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #D146FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D146FD is #2EB902. Grayscale: #838383. Windows color (decimal): -3062019 or 16598737. OLE color: 16598737.

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

Color convert

RGB 209 70 253 -
CMYK 0.17 0.72 0 0.01
HSL 285.57º 0.98% 0.63% -
HSV(B) 285.57º 0.72% 0.99% -
XYZ 46.21 25.03 95.32 -
YUV 132.42 196.05 182.62 -
System Red Green Blue C M Y K H S L
Decimal 209 70 253 0.17 0.72 0 0.01 285.57 0.98 0.63
Hex D1 46 FD 11 48 0 1 11E 62 3F
Octal 321 106 375 21 110 0 1 436 142 77
Binary 11010001 1000110 11111101 10001 1001000 0 1 100011110 1100010 111111

Color Harmonies of #D146FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146FD

Black with #D146FD

Text Example


Text Example

White with #D146FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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