Html Css Color HEX #D27279 Froly

📋 copy color: '#D27279'

red 210 ◦ green 114 ◦ blue 121

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

Shades of Froly #D27279

Tints of Froly #D27279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.62%

 BLUE value IS 121 (47.66% from 255) = 27.19%

R = 47.19%
G = 25.62%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D27279 (or 0xD27279) is known color: Froly. HEX triplet: D2, 72 and 79. RGB value is (210,114,121). Sum of RGB (Red+Green+Blue) = 210+114+121=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D27279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27279 is #2D8D86. Grayscale: #8F8F8F. Windows color (decimal): -2985351 or 7959250. OLE color: 7959250.

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

Color convert

RGB 210 114 121 -
CMYK 0 0.46 0.42 0.18
HSL 355.63º 0.52% 0.64% -
HSV(B) 355.63º 0.46% 0.82% -
XYZ 36.05 27.12 21.42 -
YUV 143.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 210 114 121 0 0.46 0.42 0.18 355.63 0.52 0.64
Hex D2 72 79 0 2E 2A 12 164 34 40
Octal 322 162 171 0 56 52 22 544 64 100
Binary 11010010 1110010 1111001 0 101110 101010 10010 101100100 110100 1000000

Color Harmonies of #D27279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27279

Black with #D27279

Text Example


Text Example

White with #D27279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27279; }

 p { color: rgb(210,114,121); }

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

background-color css

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

 a { background-color: rgb(210,114,121); }

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

border-color css

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

 span { border-color: rgb(210,114,121); }

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