Html Css Color HEX #D37378 Froly

📋 copy color: '#D37378'

red 211 ◦ green 115 ◦ blue 120

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

Shades of Froly #D37378

Tints of Froly #D37378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.78%

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

R = 47.31%
G = 25.78%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D37378 (or 0xD37378) is known color: Froly. HEX triplet: D3, 73 and 78. RGB value is (211,115,120). Sum of RGB (Red+Green+Blue) = 211+115+120=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D37378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37378 is #2C8C87. Grayscale: #909090. Windows color (decimal): -2919560 or 7893971. OLE color: 7893971.

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

Color convert

RGB 211 115 120 -
CMYK 0 0.45 0.43 0.17
HSL 356.88º 0.52% 0.64% -
HSV(B) 356.88º 0.45% 0.83% -
XYZ 36.38 27.47 21.15 -
YUV 144.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 211 115 120 0 0.45 0.43 0.17 356.88 0.52 0.64
Hex D3 73 78 0 2D 2B 11 165 34 40
Octal 323 163 170 0 55 53 21 545 64 100
Binary 11010011 1110011 1111000 0 101101 101011 10001 101100101 110100 1000000

Color Harmonies of #D37378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37378

Black with #D37378

Text Example


Text Example

White with #D37378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37378; }

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

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

background-color css

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

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

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

border-color css

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

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

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