Html Css Color HEX #D37275 Froly

📋 copy color: '#D37275'

red 211 ◦ green 114 ◦ blue 117

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

Shades of Froly #D37275

Tints of Froly #D37275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.47%

R = 47.74%
G = 25.79%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D37275 (or 0xD37275) is known color: Froly. HEX triplet: D3, 72 and 75. RGB value is (211,114,117). Sum of RGB (Red+Green+Blue) = 211+114+117=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D37275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37275 is #2C8D8A. Grayscale: #8F8F8F. Windows color (decimal): -2919819 or 7697107. OLE color: 7697107.

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

Color convert

RGB 211 114 117 -
CMYK 0 0.46 0.45 0.17
HSL 358.14º 0.52% 0.64% -
HSV(B) 358.14º 0.46% 0.83% -
XYZ 36.09 27.17 20.17 -
YUV 143.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 211 114 117 0 0.46 0.45 0.17 358.14 0.52 0.64
Hex D3 72 75 0 2E 2D 11 166 34 40
Octal 323 162 165 0 56 55 21 546 64 100
Binary 11010011 1110010 1110101 0 101110 101101 10001 101100110 110100 1000000

Color Harmonies of #D37275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37275

Black with #D37275

Text Example


Text Example

White with #D37275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37275; }

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

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

background-color css

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

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

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

border-color css

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

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

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