Html Css Color HEX #D46570 Froly

📋 copy color: '#D46570'

red 212 ◦ green 101 ◦ blue 112

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

Shades of Froly #D46570

Tints of Froly #D46570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 49.88%
G = 23.76%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D46570 (or 0xD46570) is known color: Froly. HEX triplet: D4, 65 and 70. RGB value is (212,101,112). Sum of RGB (Red+Green+Blue) = 212+101+112=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D46570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46570 is #2B9A8F. Grayscale: #878787. Windows color (decimal): -2857616 or 7366100. OLE color: 7366100.

HSL color Cylindrical-coordinate representation of color #D46570: hue angle of 354.05º 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 #D46570 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 101 112 -
CMYK 0 0.52 0.47 0.17
HSL 354.05º 0.56% 0.61% -
HSV(B) 354.05º 0.52% 0.83% -
XYZ 34.73 24.47 18.22 -
YUV 135.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 212 101 112 0 0.52 0.47 0.17 354.05 0.56 0.61
Hex D4 65 70 0 34 2F 11 162 38 3D
Octal 324 145 160 0 64 57 21 542 70 75
Binary 11010100 1100101 1110000 0 110100 101111 10001 101100010 111000 111101

Color Harmonies of #D46570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46570

Black with #D46570

Text Example


Text Example

White with #D46570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46570; }

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

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

background-color css

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

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

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

border-color css

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

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

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