Html Css Color HEX #D07475 Froly

📋 copy color: '#D07475'

red 208 ◦ green 116 ◦ blue 117

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

Shades of Froly #D07475

Tints of Froly #D07475

RGB

 RED value IS 208 (81.64% from 255) = 47.17%

 GREEN value IS 116 (45.7% from 255) = 26.3%

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

R = 47.17%
G = 26.3%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D07475 (or 0xD07475) is known color: Froly. HEX triplet: D0, 74 and 75. RGB value is (208,116,117). Sum of RGB (Red+Green+Blue) = 208+116+117=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D07475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07475 is #2F8B8A. Grayscale: #8F8F8F. Windows color (decimal): -3115915 or 7697616. OLE color: 7697616.

HSL color Cylindrical-coordinate representation of color #D07475: hue angle of 359.35º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07475 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 117 -
CMYK 0 0.44 0.44 0.18
HSL 359.35º 0.49% 0.64% -
HSV(B) 359.35º 0.44% 0.82% -
XYZ 35.47 27.19 20.21 -
YUV 143.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 208 116 117 0 0.44 0.44 0.18 359.35 0.49 0.64
Hex D0 74 75 0 2C 2C 12 167 31 40
Octal 320 164 165 0 54 54 22 547 61 100
Binary 11010000 1110100 1110101 0 101100 101100 10010 101100111 110001 1000000

Color Harmonies of #D07475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07475

Black with #D07475

Text Example


Text Example

White with #D07475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07475; }

 p { color: rgb(208,116,117); }

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

background-color css

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

 a { background-color: rgb(208,116,117); }

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

border-color css

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

 span { border-color: rgb(208,116,117); }

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