Html Css Color HEX #D06976 Froly

📋 copy color: '#D06976'

red 208 ◦ green 105 ◦ blue 118

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

Shades of Froly #D06976

Tints of Froly #D06976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 48.26%
G = 24.36%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D06976 (or 0xD06976) is known color: Froly. HEX triplet: D0, 69 and 76. RGB value is (208,105,118). Sum of RGB (Red+Green+Blue) = 208+105+118=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D06976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06976 is #2F9689. Grayscale: #898989. Windows color (decimal): -3118730 or 7760336. OLE color: 7760336.

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

Color convert

RGB 208 105 118 -
CMYK 0 0.50 0.43 0.18
HSL 352.43º 0.52% 0.61% -
HSV(B) 352.43º 0.5% 0.82% -
XYZ 34.33 24.82 20.12 -
YUV 137.28 117.12 178.44 -
System Red Green Blue C M Y K H S L
Decimal 208 105 118 0 0.50 0.43 0.18 352.43 0.52 0.61
Hex D0 69 76 0 32 2B 12 160 34 3D
Octal 320 151 166 0 62 53 22 540 64 75
Binary 11010000 1101001 1110110 0 110010 101011 10010 101100000 110100 111101

Color Harmonies of #D06976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06976

Black with #D06976

Text Example


Text Example

White with #D06976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06976; }

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

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

background-color css

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

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

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

border-color css

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

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

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