Html Css Color HEX #D76271 Froly

📋 copy color: '#D76271'

red 215 ◦ green 98 ◦ blue 113

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

Shades of Froly #D76271

Tints of Froly #D76271

RGB

 RED value IS 215 (84.38% from 255) = 50.47%

 GREEN value IS 98 (38.67% from 255) = 23%

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

R = 50.47%
G = 23%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D76271 (or 0xD76271) is known color: Froly. HEX triplet: D7, 62 and 71. RGB value is (215,98,113). Sum of RGB (Red+Green+Blue) = 215+98+113=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D76271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76271 is #289D8E. Grayscale: #868686. Windows color (decimal): -2661775 or 7430871. OLE color: 7430871.

HSL color Cylindrical-coordinate representation of color #D76271: hue angle of 352.31º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76271 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 98 113 -
CMYK 0 0.54 0.47 0.16
HSL 352.31º 0.59% 0.61% -
HSV(B) 352.31º 0.54% 0.84% -
XYZ 35.37 24.37 18.46 -
YUV 134.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 215 98 113 0 0.54 0.47 0.16 352.31 0.59 0.61
Hex D7 62 71 0 36 2F 10 160 3B 3D
Octal 327 142 161 0 66 57 20 540 73 75
Binary 11010111 1100010 1110001 0 110110 101111 10000 101100000 111011 111101

Color Harmonies of #D76271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76271

Black with #D76271

Text Example


Text Example

White with #D76271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76271; }

 p { color: rgb(215,98,113); }

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

background-color css

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

 a { background-color: rgb(215,98,113); }

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

border-color css

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

 span { border-color: rgb(215,98,113); }

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