Html Css Color HEX #D46572 Froly

📋 copy color: '#D46572'

red 212 ◦ green 101 ◦ blue 114

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

Shades of Froly #D46572

Tints of Froly #D46572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 49.65%
G = 23.65%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D46572 (or 0xD46572) is known color: Froly. HEX triplet: D4, 65 and 72. RGB value is (212,101,114). Sum of RGB (Red+Green+Blue) = 212+101+114=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D46572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46572 is #2B9A8D. Grayscale: #878787. Windows color (decimal): -2857614 or 7497172. OLE color: 7497172.

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

Color convert

RGB 212 101 114 -
CMYK 0 0.52 0.46 0.17
HSL 352.97º 0.56% 0.61% -
HSV(B) 352.97º 0.52% 0.83% -
XYZ 34.84 24.52 18.82 -
YUV 135.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 212 101 114 0 0.52 0.46 0.17 352.97 0.56 0.61
Hex D4 65 72 0 34 2E 11 161 38 3D
Octal 324 145 162 0 64 56 21 541 70 75
Binary 11010100 1100101 1110010 0 110100 101110 10001 101100001 111000 111101

Color Harmonies of #D46572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46572

Black with #D46572

Text Example


Text Example

White with #D46572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46572; }

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

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

background-color css

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

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

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

border-color css

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

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

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