Html Css Color HEX #D36A7A Froly

📋 copy color: '#D36A7A'

red 211 ◦ green 106 ◦ blue 122

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

Shades of Froly #D36A7A

Tints of Froly #D36A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.15%

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 48.06%
G = 24.15%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D36A7A (or 0xD36A7A) is known color: Froly. HEX triplet: D3, 6A and 7A. RGB value is (211,106,122). Sum of RGB (Red+Green+Blue) = 211+106+122=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36A7A is #2C9585. Grayscale: #8B8B8B. Windows color (decimal): -2921862 or 8022739. OLE color: 8022739.

HSL color Cylindrical-coordinate representation of color #D36A7A: hue angle of 350.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36A7A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 106 122 -
CMYK 0 0.50 0.42 0.17
HSL 350.86º 0.54% 0.62% -
HSV(B) 350.86º 0.5% 0.83% -
XYZ 35.53 25.56 21.47 -
YUV 139.22 118.29 179.2 -
System Red Green Blue C M Y K H S L
Decimal 211 106 122 0 0.50 0.42 0.17 350.86 0.54 0.62
Hex D3 6A 7A 0 32 2A 11 15F 36 3E
Octal 323 152 172 0 62 52 21 537 66 76
Binary 11010011 1101010 1111010 0 110010 101010 10001 101011111 110110 111110

Color Harmonies of #D36A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36A7A

Black with #D36A7A

Text Example


Text Example

White with #D36A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36A7A; }

 p { color: rgb(211,106,122); }

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

background-color css

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

 a { background-color: rgb(211,106,122); }

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

border-color css

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

 span { border-color: rgb(211,106,122); }

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