Html Css Color HEX #D26576 Froly

📋 copy color: '#D26576'

red 210 ◦ green 101 ◦ blue 118

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

Shades of Froly #D26576

Tints of Froly #D26576

RGB

 RED value IS 210 (82.42% from 255) = 48.95%

 GREEN value IS 101 (39.84% from 255) = 23.54%

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

R = 48.95%
G = 23.54%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D26576 (or 0xD26576) is known color: Froly. HEX triplet: D2, 65 and 76. RGB value is (210,101,118). Sum of RGB (Red+Green+Blue) = 210+101+118=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D26576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26576 is #2D9A89. Grayscale: #878787. Windows color (decimal): -2988682 or 7759314. OLE color: 7759314.

HSL color Cylindrical-coordinate representation of color #D26576: hue angle of 350.64º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26576 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 101 118 -
CMYK 0 0.52 0.44 0.18
HSL 350.64º 0.55% 0.61% -
HSV(B) 350.64º 0.52% 0.82% -
XYZ 34.5 24.32 20.01 -
YUV 135.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 210 101 118 0 0.52 0.44 0.18 350.64 0.55 0.61
Hex D2 65 76 0 34 2C 12 15F 37 3D
Octal 322 145 166 0 64 54 22 537 67 75
Binary 11010010 1100101 1110110 0 110100 101100 10010 101011111 110111 111101

Color Harmonies of #D26576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26576

Black with #D26576

Text Example


Text Example

White with #D26576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26576; }

 p { color: rgb(210,101,118); }

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

background-color css

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

 a { background-color: rgb(210,101,118); }

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

border-color css

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

 span { border-color: rgb(210,101,118); }

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