Html Css Color HEX #D46575 Froly

📋 copy color: '#D46575'

red 212 ◦ green 101 ◦ blue 117

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

Shades of Froly #D46575

Tints of Froly #D46575

RGB

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

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

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

R = 49.3%
G = 23.49%
B = 27.21%

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

#D46575 (or 0xD46575) is known color: Froly. HEX triplet: D4, 65 and 75. RGB value is (212,101,117). Sum of RGB (Red+Green+Blue) = 212+101+117=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D46575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46575 is #2B9A8A. Grayscale: #888888. Windows color (decimal): -2857611 or 7693780. OLE color: 7693780.

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

Color convert

RGB 212 101 117 -
CMYK 0 0.52 0.45 0.17
HSL 351.35º 0.56% 0.61% -
HSV(B) 351.35º 0.52% 0.83% -
XYZ 35.02 24.59 19.73 -
YUV 136.01 117.27 182.2 -
System Red Green Blue C M Y K H S L
Decimal 212 101 117 0 0.52 0.45 0.17 351.35 0.56 0.61
Hex D4 65 75 0 34 2D 11 15F 38 3D
Octal 324 145 165 0 64 55 21 537 70 75
Binary 11010100 1100101 1110101 0 110100 101101 10001 101011111 111000 111101

Color Harmonies of #D46575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46575

Black with #D46575

Text Example


Text Example

White with #D46575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46575; }

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

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

background-color css

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

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

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

border-color css

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

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

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