Html Css Color HEX #D06E75 Froly

📋 copy color: '#D06E75'

red 208 ◦ green 110 ◦ blue 117

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

Shades of Froly #D06E75

Tints of Froly #D06E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.29%

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

R = 47.82%
G = 25.29%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D06E75 (or 0xD06E75) is known color: Froly. HEX triplet: D0, 6E and 75. RGB value is (208,110,117). Sum of RGB (Red+Green+Blue) = 208+110+117=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E75 is #2F918A. Grayscale: #8C8C8C. Windows color (decimal): -3117451 or 7696080. OLE color: 7696080.

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

Color convert

RGB 208 110 117 -
CMYK 0 0.47 0.44 0.18
HSL 355.71º 0.51% 0.62% -
HSV(B) 355.71º 0.47% 0.82% -
XYZ 34.8 25.85 19.98 -
YUV 140.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 208 110 117 0 0.47 0.44 0.18 355.71 0.51 0.62
Hex D0 6E 75 0 2F 2C 12 164 33 3E
Octal 320 156 165 0 57 54 22 544 63 76
Binary 11010000 1101110 1110101 0 101111 101100 10010 101100100 110011 111110

Color Harmonies of #D06E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E75

Black with #D06E75

Text Example


Text Example

White with #D06E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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