Html Css Color HEX #D06770 Froly

📋 copy color: '#D06770'

red 208 ◦ green 103 ◦ blue 112

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

Shades of Froly #D06770

Tints of Froly #D06770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.35%

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 49.17%
G = 24.35%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D06770 (or 0xD06770) is known color: Froly. HEX triplet: D0, 67 and 70. RGB value is (208,103,112). Sum of RGB (Red+Green+Blue) = 208+103+112=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D06770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06770 is #2F988F. Grayscale: #878787. Windows color (decimal): -3119248 or 7366608. OLE color: 7366608.

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

Color convert

RGB 208 103 112 -
CMYK 0 0.50 0.46 0.18
HSL 354.86º 0.53% 0.61% -
HSV(B) 354.86º 0.5% 0.82% -
XYZ 33.79 24.28 18.24 -
YUV 135.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 208 103 112 0 0.50 0.46 0.18 354.86 0.53 0.61
Hex D0 67 70 0 32 2E 12 163 35 3D
Octal 320 147 160 0 62 56 22 543 65 75
Binary 11010000 1100111 1110000 0 110010 101110 10010 101100011 110101 111101

Color Harmonies of #D06770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06770

Black with #D06770

Text Example


Text Example

White with #D06770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06770; }

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

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

background-color css

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

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

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

border-color css

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

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

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