Html Css Color HEX #D06971 Froly

📋 copy color: '#D06971'

red 208 ◦ green 105 ◦ blue 113

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

Shades of Froly #D06971

Tints of Froly #D06971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.65%

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

R = 48.83%
G = 24.65%
B = 26.53%

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

#D06971 (or 0xD06971) is known color: Froly. HEX triplet: D0, 69 and 71. RGB value is (208,105,113). Sum of RGB (Red+Green+Blue) = 208+105+113=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D06971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06971 is #2F968E. Grayscale: #888888. Windows color (decimal): -3118735 or 7432656. OLE color: 7432656.

HSL color Cylindrical-coordinate representation of color #D06971: hue angle of 355.34º degrees, saturation: 0.52, 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 #D06971 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 105 113 -
CMYK 0 0.50 0.46 0.18
HSL 355.34º 0.52% 0.61% -
HSV(B) 355.34º 0.5% 0.82% -
XYZ 34.04 24.71 18.6 -
YUV 136.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 208 105 113 0 0.50 0.46 0.18 355.34 0.52 0.61
Hex D0 69 71 0 32 2E 12 163 34 3D
Octal 320 151 161 0 62 56 22 543 64 75
Binary 11010000 1101001 1110001 0 110010 101110 10010 101100011 110100 111101

Color Harmonies of #D06971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06971

Black with #D06971

Text Example


Text Example

White with #D06971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06971; }

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

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

background-color css

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

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

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

border-color css

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

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

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