Html Css Color HEX #D27275 Froly

📋 copy color: '#D27275'

red 210 ◦ green 114 ◦ blue 117

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

Shades of Froly #D27275

Tints of Froly #D27275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 47.62%
G = 25.85%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D27275 (or 0xD27275) is known color: Froly. HEX triplet: D2, 72 and 75. RGB value is (210,114,117). Sum of RGB (Red+Green+Blue) = 210+114+117=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D27275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27275 is #2D8D8A. Grayscale: #8F8F8F. Windows color (decimal): -2985355 or 7697106. OLE color: 7697106.

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

Color convert

RGB 210 114 117 -
CMYK 0 0.46 0.44 0.18
HSL 358.13º 0.52% 0.64% -
HSV(B) 358.13º 0.46% 0.82% -
XYZ 35.81 27.02 20.16 -
YUV 143.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 210 114 117 0 0.46 0.44 0.18 358.13 0.52 0.64
Hex D2 72 75 0 2E 2C 12 166 34 40
Octal 322 162 165 0 56 54 22 546 64 100
Binary 11010010 1110010 1110101 0 101110 101100 10010 101100110 110100 1000000

Color Harmonies of #D27275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27275

Black with #D27275

Text Example


Text Example

White with #D27275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27275; }

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

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

background-color css

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

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

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

border-color css

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

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

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