Html Css Color HEX #D5737D Froly

📋 copy color: '#D5737D'

red 213 ◦ green 115 ◦ blue 125

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

Shades of Froly #D5737D

Tints of Froly #D5737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.39%

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

R = 47.02%
G = 25.39%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5737D (or 0xD5737D) is known color: Froly. HEX triplet: D5, 73 and 7D. RGB value is (213,115,125). Sum of RGB (Red+Green+Blue) = 213+115+125=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5737D is #2A8C82. Grayscale: #919191. Windows color (decimal): -2788483 or 8221653. OLE color: 8221653.

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

Color convert

RGB 213 115 125 -
CMYK 0 0.46 0.41 0.16
HSL 353.88º 0.54% 0.64% -
HSV(B) 353.88º 0.46% 0.84% -
XYZ 37.27 27.89 22.82 -
YUV 145.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 213 115 125 0 0.46 0.41 0.16 353.88 0.54 0.64
Hex D5 73 7D 0 2E 29 10 162 36 40
Octal 325 163 175 0 56 51 20 542 66 100
Binary 11010101 1110011 1111101 0 101110 101001 10000 101100010 110110 1000000

Color Harmonies of #D5737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5737D

Black with #D5737D

Text Example


Text Example

White with #D5737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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