Html Css Color HEX #D577BB Orchid

📋 copy color: '#D577BB'

red 213 ◦ green 119 ◦ blue 187

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

Shades of Orchid #D577BB

Tints of Orchid #D577BB

RGB

 RED value IS 213 (83.59% from 255) = 41.04%

 GREEN value IS 119 (46.88% from 255) = 22.93%

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 41.04%
G = 22.93%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D577BB (or 0xD577BB) is known color: Orchid. HEX triplet: D5, 77 and BB. RGB value is (213,119,187). Sum of RGB (Red+Green+Blue) = 213+119+187=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D577BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577BB is #2A8844. Grayscale: #9A9A9A. Windows color (decimal): -2787397 or 12285909. OLE color: 12285909.

HSL color Cylindrical-coordinate representation of color #D577BB: hue angle of 316.6º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D577BB is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 119 187 -
CMYK 0 0.44 0.12 0.16
HSL 316.6º 0.53% 0.65% -
HSV(B) 316.6º 0.44% 0.84% -
XYZ 43.01 30.93 50.72 -
YUV 154.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 213 119 187 0 0.44 0.12 0.16 316.6 0.53 0.65
Hex D5 77 BB 0 2C C 10 13D 35 41
Octal 325 167 273 0 54 14 20 475 65 101
Binary 11010101 1110111 10111011 0 101100 1100 10000 100111101 110101 1000001

Color Harmonies of #D577BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577BB

Black with #D577BB

Text Example


Text Example

White with #D577BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577BB; }

 p { color: rgb(213,119,187); }

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

background-color css

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

 a { background-color: rgb(213,119,187); }

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

border-color css

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

 span { border-color: rgb(213,119,187); }

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