Html Css Color HEX #D772BB Orchid

📋 copy color: '#D772BB'

red 215 ◦ green 114 ◦ blue 187

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

Shades of Orchid #D772BB

Tints of Orchid #D772BB

RGB

 RED value IS 215 (84.38% from 255) = 41.67%

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

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

R = 41.67%
G = 22.09%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D772BB (or 0xD772BB) is known color: Orchid. HEX triplet: D7, 72 and BB. RGB value is (215,114,187). Sum of RGB (Red+Green+Blue) = 215+114+187=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D772BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772BB is #288D44. Grayscale: #989898. Windows color (decimal): -2657605 or 12284631. OLE color: 12284631.

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

Color convert

RGB 215 114 187 -
CMYK 0 0.47 0.13 0.16
HSL 316.63º 0.56% 0.65% -
HSV(B) 316.63º 0.47% 0.84% -
XYZ 43.01 30.07 50.55 -
YUV 152.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 215 114 187 0 0.47 0.13 0.16 316.63 0.56 0.65
Hex D7 72 BB 0 2F D 10 13D 38 41
Octal 327 162 273 0 57 15 20 475 70 101
Binary 11010111 1110010 10111011 0 101111 1101 10000 100111101 111000 1000001

Color Harmonies of #D772BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772BB

Black with #D772BB

Text Example


Text Example

White with #D772BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772BB; }

 p { color: rgb(215,114,187); }

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

background-color css

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

 a { background-color: rgb(215,114,187); }

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

border-color css

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

 span { border-color: rgb(215,114,187); }

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