Html Css Color HEX #D172B9 Orchid

📋 copy color: '#D172B9'

red 209 ◦ green 114 ◦ blue 185

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

Shades of Orchid #D172B9

Tints of Orchid #D172B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 41.14%
G = 22.44%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D172B9 (or 0xD172B9) is known color: Orchid. HEX triplet: D1, 72 and B9. RGB value is (209,114,185). Sum of RGB (Red+Green+Blue) = 209+114+185=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D172B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172B9 is #2E8D46. Grayscale: #969696. Windows color (decimal): -3050823 or 12153553. OLE color: 12153553.

HSL color Cylindrical-coordinate representation of color #D172B9: hue angle of 315.16º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D172B9 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 114 185 -
CMYK 0 0.45 0.11 0.18
HSL 315.16º 0.51% 0.63% -
HSV(B) 315.16º 0.45% 0.82% -
XYZ 41.07 29.09 49.35 -
YUV 150.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 209 114 185 0 0.45 0.11 0.18 315.16 0.51 0.63
Hex D1 72 B9 0 2D B 12 13B 33 3F
Octal 321 162 271 0 55 13 22 473 63 77
Binary 11010001 1110010 10111001 0 101101 1011 10010 100111011 110011 111111

Color Harmonies of #D172B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172B9

Black with #D172B9

Text Example


Text Example

White with #D172B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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