Html Css Color HEX #D07071 Froly

📋 copy color: '#D07071'

red 208 ◦ green 112 ◦ blue 113

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

Shades of Froly #D07071

Tints of Froly #D07071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

 BLUE value IS 113 (44.53% from 255) = 26.1%

R = 48.04%
G = 25.87%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D07071 (or 0xD07071) is known color: Froly. HEX triplet: D0, 70 and 71. RGB value is (208,112,113). Sum of RGB (Red+Green+Blue) = 208+112+113=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D07071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07071 is #2F8F8E. Grayscale: #8C8C8C. Windows color (decimal): -3116943 or 7434448. OLE color: 7434448.

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

Color convert

RGB 208 112 113 -
CMYK 0 0.46 0.46 0.18
HSL 359.38º 0.51% 0.63% -
HSV(B) 359.38º 0.46% 0.82% -
XYZ 34.79 26.19 18.84 -
YUV 140.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 208 112 113 0 0.46 0.46 0.18 359.38 0.51 0.63
Hex D0 70 71 0 2E 2E 12 167 33 3F
Octal 320 160 161 0 56 56 22 547 63 77
Binary 11010000 1110000 1110001 0 101110 101110 10010 101100111 110011 111111

Color Harmonies of #D07071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07071

Black with #D07071

Text Example


Text Example

White with #D07071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07071; }

 p { color: rgb(208,112,113); }

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

background-color css

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

 a { background-color: rgb(208,112,113); }

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

border-color css

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

 span { border-color: rgb(208,112,113); }

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