Html Css Color HEX #D372BB Orchid

📋 copy color: '#D372BB'

red 211 ◦ green 114 ◦ blue 187

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

Shades of Orchid #D372BB

Tints of Orchid #D372BB

RGB

 RED value IS 211 (82.81% from 255) = 41.21%

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

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

R = 41.21%
G = 22.27%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D372BB (or 0xD372BB) is known color: Orchid. HEX triplet: D3, 72 and BB. RGB value is (211,114,187). Sum of RGB (Red+Green+Blue) = 211+114+187=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D372BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D372BB is #2C8D44. Grayscale: #979797. Windows color (decimal): -2919749 or 12284627. OLE color: 12284627.

HSL color Cylindrical-coordinate representation of color #D372BB: hue angle of 314.85º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D372BB is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 114 187 -
CMYK 0 0.46 0.11 0.17
HSL 314.85º 0.52% 0.64% -
HSV(B) 314.85º 0.46% 0.83% -
XYZ 41.85 29.47 50.5 -
YUV 151.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 211 114 187 0 0.46 0.11 0.17 314.85 0.52 0.64
Hex D3 72 BB 0 2E B 11 13B 34 40
Octal 323 162 273 0 56 13 21 473 64 100
Binary 11010011 1110010 10111011 0 101110 1011 10001 100111011 110100 1000000

Color Harmonies of #D372BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D372BB

Black with #D372BB

Text Example


Text Example

White with #D372BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D372BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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