Html Css Color HEX #D57A7D Froly

📋 copy color: '#D57A7D'

red 213 ◦ green 122 ◦ blue 125

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

Shades of Froly #D57A7D

Tints of Froly #D57A7D

RGB

 RED value IS 213 (83.59% from 255) = 46.3%

 GREEN value IS 122 (48.05% from 255) = 26.52%

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 46.3%
G = 26.52%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D57A7D (or 0xD57A7D) is known color: Froly. HEX triplet: D5, 7A and 7D. RGB value is (213,122,125). Sum of RGB (Red+Green+Blue) = 213+122+125=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A7D is #2A8582. Grayscale: #959595. Windows color (decimal): -2786691 or 8223445. OLE color: 8223445.

HSL color Cylindrical-coordinate representation of color #D57A7D: hue angle of 358.02º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57A7D is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 122 125 -
CMYK 0 0.43 0.41 0.16
HSL 358.02º 0.52% 0.66% -
HSV(B) 358.02º 0.43% 0.84% -
XYZ 38.1 29.55 23.1 -
YUV 149.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 213 122 125 0 0.43 0.41 0.16 358.02 0.52 0.66
Hex D5 7A 7D 0 2B 29 10 166 34 42
Octal 325 172 175 0 53 51 20 546 64 102
Binary 11010101 1111010 1111101 0 101011 101001 10000 101100110 110100 1000010

Color Harmonies of #D57A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A7D

Black with #D57A7D

Text Example


Text Example

White with #D57A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A7D; }

 p { color: rgb(213,122,125); }

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

background-color css

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

 a { background-color: rgb(213,122,125); }

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

border-color css

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

 span { border-color: rgb(213,122,125); }

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