Html Css Color HEX #D06871 Froly

📋 copy color: '#D06871'

red 208 ◦ green 104 ◦ blue 113

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

Shades of Froly #D06871

Tints of Froly #D06871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.47%

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

R = 48.94%
G = 24.47%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D06871 (or 0xD06871) is known color: Froly. HEX triplet: D0, 68 and 71. RGB value is (208,104,113). Sum of RGB (Red+Green+Blue) = 208+104+113=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D06871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06871 is #2F978E. Grayscale: #888888. Windows color (decimal): -3118991 or 7432400. OLE color: 7432400.

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

Color convert

RGB 208 104 113 -
CMYK 0 0.5 0.46 0.18
HSL 354.81º 0.53% 0.61% -
HSV(B) 354.81º 0.5% 0.82% -
XYZ 33.94 24.5 18.56 -
YUV 136.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 208 104 113 0 0.5 0.46 0.18 354.81 0.53 0.61
Hex D0 68 71 0 32 2E 12 163 35 3D
Octal 320 150 161 0 62 56 22 543 65 75
Binary 11010000 1101000 1110001 0 110010 101110 10010 101100011 110101 111101

Color Harmonies of #D06871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06871

Black with #D06871

Text Example


Text Example

White with #D06871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06871; }

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

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

background-color css

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

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

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

border-color css

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

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

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