Html Css Color HEX #D37278 Froly

📋 copy color: '#D37278'

red 211 ◦ green 114 ◦ blue 120

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

Shades of Froly #D37278

Tints of Froly #D37278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.97%

R = 47.42%
G = 25.62%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D37278 (or 0xD37278) is known color: Froly. HEX triplet: D3, 72 and 78. RGB value is (211,114,120). Sum of RGB (Red+Green+Blue) = 211+114+120=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D37278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37278 is #2C8D87. Grayscale: #8F8F8F. Windows color (decimal): -2919816 or 7893715. OLE color: 7893715.

HSL color Cylindrical-coordinate representation of color #D37278: hue angle of 356.29º 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 #D37278 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 114 120 -
CMYK 0 0.46 0.43 0.17
HSL 356.29º 0.52% 0.64% -
HSV(B) 356.29º 0.46% 0.83% -
XYZ 36.27 27.24 21.12 -
YUV 143.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 211 114 120 0 0.46 0.43 0.17 356.29 0.52 0.64
Hex D3 72 78 0 2E 2B 11 164 34 40
Octal 323 162 170 0 56 53 21 544 64 100
Binary 11010011 1110010 1111000 0 101110 101011 10001 101100100 110100 1000000

Color Harmonies of #D37278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37278

Black with #D37278

Text Example


Text Example

White with #D37278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37278; }

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

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

background-color css

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

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

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

border-color css

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

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

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