Html Css Color HEX #D4757B Froly

📋 copy color: '#D4757B'

red 212 ◦ green 117 ◦ blue 123

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

Shades of Froly #D4757B

Tints of Froly #D4757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

 BLUE value IS 123 (48.44% from 255) = 27.21%

R = 46.9%
G = 25.88%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4757B (or 0xD4757B) is known color: Froly. HEX triplet: D4, 75 and 7B. RGB value is (212,117,123). Sum of RGB (Red+Green+Blue) = 212+117+123=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4757B is #2B8A84. Grayscale: #929292. Windows color (decimal): -2853509 or 8091092. OLE color: 8091092.

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

Color convert

RGB 212 117 123 -
CMYK 0 0.45 0.42 0.17
HSL 356.21º 0.52% 0.65% -
HSV(B) 356.21º 0.45% 0.83% -
XYZ 37.09 28.15 22.22 -
YUV 146.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 212 117 123 0 0.45 0.42 0.17 356.21 0.52 0.65
Hex D4 75 7B 0 2D 2A 11 164 34 41
Octal 324 165 173 0 55 52 21 544 64 101
Binary 11010100 1110101 1111011 0 101101 101010 10001 101100100 110100 1000001

Color Harmonies of #D4757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4757B

Black with #D4757B

Text Example


Text Example

White with #D4757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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