Html Css Color HEX #D172F0 Heliotrope

📋 copy color: '#D172F0'

red 209 ◦ green 114 ◦ blue 240

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

Shades of Heliotrope #D172F0

Tints of Heliotrope #D172F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 37.12%
G = 20.25%
B = 42.63%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D172F0 (or 0xD172F0) is known color: Heliotrope. HEX triplet: D1, 72 and F0. RGB value is (209,114,240). Sum of RGB (Red+Green+Blue) = 209+114+240=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #D172F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D172F0 is #2E8D0F. Grayscale: #9C9C9C. Windows color (decimal): -3050768 or 15758033. OLE color: 15758033.

HSL color Cylindrical-coordinate representation of color #D172F0: hue angle of 285.24º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D172F0 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 114 240 -
CMYK 0.13 0.52 0 0.06
HSL 285.24º 0.81% 0.69% -
HSV(B) 285.24º 0.53% 0.94% -
XYZ 48.04 31.88 86.06 -
YUV 156.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 209 114 240 0.13 0.52 0 0.06 285.24 0.81 0.69
Hex D1 72 F0 D 34 0 6 11D 51 45
Octal 321 162 360 15 64 0 6 435 121 105
Binary 11010001 1110010 11110000 1101 110100 0 110 100011101 1010001 1000101

Color Harmonies of #D172F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172F0

Black with #D172F0

Text Example


Text Example

White with #D172F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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