Html Css Color HEX #D46574 Froly

📋 copy color: '#D46574'

red 212 ◦ green 101 ◦ blue 116

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

Shades of Froly #D46574

Tints of Froly #D46574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.54%

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 49.42%
G = 23.54%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D46574 (or 0xD46574) is known color: Froly. HEX triplet: D4, 65 and 74. RGB value is (212,101,116). Sum of RGB (Red+Green+Blue) = 212+101+116=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D46574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46574 is #2B9A8B. Grayscale: #878787. Windows color (decimal): -2857612 or 7628244. OLE color: 7628244.

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

Color convert

RGB 212 101 116 -
CMYK 0 0.52 0.45 0.17
HSL 351.89º 0.56% 0.61% -
HSV(B) 351.89º 0.52% 0.83% -
XYZ 34.96 24.57 19.42 -
YUV 135.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 212 101 116 0 0.52 0.45 0.17 351.89 0.56 0.61
Hex D4 65 74 0 34 2D 11 160 38 3D
Octal 324 145 164 0 64 55 21 540 70 75
Binary 11010100 1100101 1110100 0 110100 101101 10001 101100000 111000 111101

Color Harmonies of #D46574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46574

Black with #D46574

Text Example


Text Example

White with #D46574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46574; }

 p { color: rgb(212,101,116); }

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

background-color css

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

 a { background-color: rgb(212,101,116); }

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

border-color css

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

 span { border-color: rgb(212,101,116); }

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