Html Css Color HEX #D871B9 Orchid

📋 copy color: '#D871B9'

red 216 ◦ green 113 ◦ blue 185

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

Shades of Orchid #D871B9

Tints of Orchid #D871B9

RGB

 RED value IS 216 (84.77% from 255) = 42.02%

 GREEN value IS 113 (44.53% from 255) = 21.98%

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

R = 42.02%
G = 21.98%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D871B9 (or 0xD871B9) is known color: Orchid. HEX triplet: D8, 71 and B9. RGB value is (216,113,185). Sum of RGB (Red+Green+Blue) = 216+113+185=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D871B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871B9 is #278E46. Grayscale: #979797. Windows color (decimal): -2592327 or 12153304. OLE color: 12153304.

HSL color Cylindrical-coordinate representation of color #D871B9: hue angle of 318.06º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D871B9 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 185 -
CMYK 0 0.48 0.14 0.15
HSL 318.06º 0.57% 0.65% -
HSV(B) 318.06º 0.48% 0.85% -
XYZ 42.98 29.91 49.41 -
YUV 152.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 216 113 185 0 0.48 0.14 0.15 318.06 0.57 0.65
Hex D8 71 B9 0 30 E F 13E 39 41
Octal 330 161 271 0 60 16 17 476 71 101
Binary 11011000 1110001 10111001 0 110000 1110 1111 100111110 111001 1000001

Color Harmonies of #D871B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871B9

Black with #D871B9

Text Example


Text Example

White with #D871B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871B9; }

 p { color: rgb(216,113,185); }

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

background-color css

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

 a { background-color: rgb(216,113,185); }

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

border-color css

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

 span { border-color: rgb(216,113,185); }

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