Html Css Color HEX #D872B9 Orchid

📋 copy color: '#D872B9'

red 216 ◦ green 114 ◦ blue 185

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

Shades of Orchid #D872B9

Tints of Orchid #D872B9

RGB

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

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

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

R = 41.94%
G = 22.14%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D872B9 (or 0xD872B9) is known color: Orchid. HEX triplet: D8, 72 and B9. RGB value is (216,114,185). Sum of RGB (Red+Green+Blue) = 216+114+185=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D872B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872B9 is #278D46. Grayscale: #989898. Windows color (decimal): -2592071 or 12153560. OLE color: 12153560.

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

Color convert

RGB 216 114 185 -
CMYK 0 0.47 0.14 0.15
HSL 318.24º 0.57% 0.65% -
HSV(B) 318.24º 0.47% 0.85% -
XYZ 43.09 30.14 49.44 -
YUV 152.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 216 114 185 0 0.47 0.14 0.15 318.24 0.57 0.65
Hex D8 72 B9 0 2F E F 13E 39 41
Octal 330 162 271 0 57 16 17 476 71 101
Binary 11011000 1110010 10111001 0 101111 1110 1111 100111110 111001 1000001

Color Harmonies of #D872B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872B9

Black with #D872B9

Text Example


Text Example

White with #D872B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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