Html Css Color HEX #D76273 Froly

📋 copy color: '#D76273'

red 215 ◦ green 98 ◦ blue 115

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

Shades of Froly #D76273

Tints of Froly #D76273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 50.23%
G = 22.9%
B = 26.87%

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

#D76273 (or 0xD76273) is known color: Froly. HEX triplet: D7, 62 and 73. RGB value is (215,98,115). Sum of RGB (Red+Green+Blue) = 215+98+115=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D76273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76273 is #289D8C. Grayscale: #868686. Windows color (decimal): -2661773 or 7561943. OLE color: 7561943.

HSL color Cylindrical-coordinate representation of color #D76273: hue angle of 351.28º 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 #D76273 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 98 115 -
CMYK 0 0.54 0.47 0.16
HSL 351.28º 0.59% 0.61% -
HSV(B) 351.28º 0.54% 0.84% -
XYZ 35.49 24.42 19.06 -
YUV 134.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 215 98 115 0 0.54 0.47 0.16 351.28 0.59 0.61
Hex D7 62 73 0 36 2F 10 15F 3B 3D
Octal 327 142 163 0 66 57 20 537 73 75
Binary 11010111 1100010 1110011 0 110110 101111 10000 101011111 111011 111101

Color Harmonies of #D76273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76273

Black with #D76273

Text Example


Text Example

White with #D76273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76273; }

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

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

background-color css

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

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

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

border-color css

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

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

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