Html Css Color HEX #D27378 Froly

📋 copy color: '#D27378'

red 210 ◦ green 115 ◦ blue 120

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

Shades of Froly #D27378

Tints of Froly #D27378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.97%

R = 47.19%
G = 25.84%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D27378 (or 0xD27378) is known color: Froly. HEX triplet: D2, 73 and 78. RGB value is (210,115,120). Sum of RGB (Red+Green+Blue) = 210+115+120=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D27378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27378 is #2D8C87. Grayscale: #909090. Windows color (decimal): -2985096 or 7893970. OLE color: 7893970.

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

Color convert

RGB 210 115 120 -
CMYK 0 0.45 0.43 0.18
HSL 356.84º 0.51% 0.64% -
HSV(B) 356.84º 0.45% 0.82% -
XYZ 36.1 27.32 21.14 -
YUV 143.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 210 115 120 0 0.45 0.43 0.18 356.84 0.51 0.64
Hex D2 73 78 0 2D 2B 12 165 33 40
Octal 322 163 170 0 55 53 22 545 63 100
Binary 11010010 1110011 1111000 0 101101 101011 10010 101100101 110011 1000000

Color Harmonies of #D27378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27378

Black with #D27378

Text Example


Text Example

White with #D27378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27378; }

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

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

background-color css

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

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

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

border-color css

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

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

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