Html Css Color HEX #D379B9 Orchid

📋 copy color: '#D379B9'

red 211 ◦ green 121 ◦ blue 185

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

Shades of Orchid #D379B9

Tints of Orchid #D379B9

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.4%

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

R = 40.81%
G = 23.4%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D379B9 (or 0xD379B9) is known color: Orchid. HEX triplet: D3, 79 and B9. RGB value is (211,121,185). Sum of RGB (Red+Green+Blue) = 211+121+185=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D379B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379B9 is #2C8646. Grayscale: #9B9B9B. Windows color (decimal): -2917959 or 12155347. OLE color: 12155347.

HSL color Cylindrical-coordinate representation of color #D379B9: hue angle of 317.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D379B9 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 121 185 -
CMYK 0 0.43 0.12 0.17
HSL 317.33º 0.51% 0.65% -
HSV(B) 317.33º 0.43% 0.83% -
XYZ 42.46 31.03 49.65 -
YUV 155.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 211 121 185 0 0.43 0.12 0.17 317.33 0.51 0.65
Hex D3 79 B9 0 2B C 11 13D 33 41
Octal 323 171 271 0 53 14 21 475 63 101
Binary 11010011 1111001 10111001 0 101011 1100 10001 100111101 110011 1000001

Color Harmonies of #D379B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379B9

Black with #D379B9

Text Example


Text Example

White with #D379B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379B9; }

 p { color: rgb(211,121,185); }

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

background-color css

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

 a { background-color: rgb(211,121,185); }

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

border-color css

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

 span { border-color: rgb(211,121,185); }

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