Html Css Color HEX #D27375 Froly

📋 copy color: '#D27375'

red 210 ◦ green 115 ◦ blue 117

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

Shades of Froly #D27375

Tints of Froly #D27375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.02%

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

R = 47.51%
G = 26.02%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D27375 (or 0xD27375) is known color: Froly. HEX triplet: D2, 73 and 75. RGB value is (210,115,117). Sum of RGB (Red+Green+Blue) = 210+115+117=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D27375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27375 is #2D8C8A. Grayscale: #8F8F8F. Windows color (decimal): -2985099 or 7697362. OLE color: 7697362.

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

Color convert

RGB 210 115 117 -
CMYK 0 0.45 0.44 0.18
HSL 358.74º 0.51% 0.64% -
HSV(B) 358.74º 0.45% 0.82% -
XYZ 35.92 27.25 20.2 -
YUV 143.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 210 115 117 0 0.45 0.44 0.18 358.74 0.51 0.64
Hex D2 73 75 0 2D 2C 12 167 33 40
Octal 322 163 165 0 55 54 22 547 63 100
Binary 11010010 1110011 1110101 0 101101 101100 10010 101100111 110011 1000000

Color Harmonies of #D27375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27375

Black with #D27375

Text Example


Text Example

White with #D27375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27375; }

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

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

background-color css

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

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

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

border-color css

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

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

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