Html Css Color HEX #D172FA Heliotrope

📋 copy color: '#D172FA'

red 209 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #D172FA

Tints of Heliotrope #D172FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.9%

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 36.47%
G = 19.9%
B = 43.63%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D172FA (or 0xD172FA) is known color: Heliotrope. HEX triplet: D1, 72 and FA. RGB value is (209,114,250). Sum of RGB (Red+Green+Blue) = 209+114+250=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #D172FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D172FA is #2E8D05. Grayscale: #9D9D9D. Windows color (decimal): -3050758 or 16413393. OLE color: 16413393.

HSL color Cylindrical-coordinate representation of color #D172FA: hue angle of 281.91º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D172FA is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 114 250 -
CMYK 0.16 0.54 0 0.02
HSL 281.91º 0.93% 0.71% -
HSV(B) 281.91º 0.54% 0.98% -
XYZ 49.57 32.49 94.1 -
YUV 157.91 179.97 164.44 -
System Red Green Blue C M Y K H S L
Decimal 209 114 250 0.16 0.54 0 0.02 281.91 0.93 0.71
Hex D1 72 FA 10 36 0 2 11A 5D 47
Octal 321 162 372 20 66 0 2 432 135 107
Binary 11010001 1110010 11111010 10000 110110 0 10 100011010 1011101 1000111

Color Harmonies of #D172FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172FA

Black with #D172FA

Text Example


Text Example

White with #D172FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172FA; }

 p { color: rgb(209,114,250); }

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

background-color css

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

 a { background-color: rgb(209,114,250); }

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

border-color css

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

 span { border-color: rgb(209,114,250); }

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