Html Css Color HEX #D46475 Froly

📋 copy color: '#D46475'

red 212 ◦ green 100 ◦ blue 117

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

Shades of Froly #D46475

Tints of Froly #D46475

RGB

 RED value IS 212 (83.2% from 255) = 49.42%

 GREEN value IS 100 (39.45% from 255) = 23.31%

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

R = 49.42%
G = 23.31%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D46475 (or 0xD46475) is known color: Froly. HEX triplet: D4, 64 and 75. RGB value is (212,100,117). Sum of RGB (Red+Green+Blue) = 212+100+117=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D46475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46475 is #2B9B8A. Grayscale: #878787. Windows color (decimal): -2857867 or 7693524. OLE color: 7693524.

HSL color Cylindrical-coordinate representation of color #D46475: hue angle of 350.89º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46475 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 117 -
CMYK 0 0.53 0.45 0.17
HSL 350.89º 0.57% 0.61% -
HSV(B) 350.89º 0.53% 0.83% -
XYZ 34.92 24.4 19.7 -
YUV 135.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 212 100 117 0 0.53 0.45 0.17 350.89 0.57 0.61
Hex D4 64 75 0 35 2D 11 15F 39 3D
Octal 324 144 165 0 65 55 21 537 71 75
Binary 11010100 1100100 1110101 0 110101 101101 10001 101011111 111001 111101

Color Harmonies of #D46475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46475

Black with #D46475

Text Example


Text Example

White with #D46475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46475; }

 p { color: rgb(212,100,117); }

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

background-color css

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

 a { background-color: rgb(212,100,117); }

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

border-color css

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

 span { border-color: rgb(212,100,117); }

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