Html Css Color HEX #D972BB Orchid

📋 copy color: '#D972BB'

red 217 ◦ green 114 ◦ blue 187

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

Shades of Orchid #D972BB

Tints of Orchid #D972BB

RGB

 RED value IS 217 (85.16% from 255) = 41.89%

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

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

R = 41.89%
G = 22.01%
B = 36.1%

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

#D972BB (or 0xD972BB) is known color: Orchid. HEX triplet: D9, 72 and BB. RGB value is (217,114,187). Sum of RGB (Red+Green+Blue) = 217+114+187=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D972BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972BB is #268D44. Grayscale: #989898. Windows color (decimal): -2526533 or 12284633. OLE color: 12284633.

HSL color Cylindrical-coordinate representation of color #D972BB: hue angle of 317.48º degrees, saturation: 0.58, 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 #D972BB is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 187 -
CMYK 0 0.47 0.14 0.15
HSL 317.48º 0.58% 0.65% -
HSV(B) 317.48º 0.47% 0.85% -
XYZ 43.6 30.37 50.58 -
YUV 153.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 217 114 187 0 0.47 0.14 0.15 317.48 0.58 0.65
Hex D9 72 BB 0 2F E F 13D 3A 41
Octal 331 162 273 0 57 16 17 475 72 101
Binary 11011001 1110010 10111011 0 101111 1110 1111 100111101 111010 1000001

Color Harmonies of #D972BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972BB

Black with #D972BB

Text Example


Text Example

White with #D972BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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