Html Css Color HEX #D5737B Froly

📋 copy color: '#D5737B'

red 213 ◦ green 115 ◦ blue 123

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

Shades of Froly #D5737B

Tints of Froly #D5737B

RGB

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

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

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

R = 47.23%
G = 25.5%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5737B (or 0xD5737B) is known color: Froly. HEX triplet: D5, 73 and 7B. RGB value is (213,115,123). Sum of RGB (Red+Green+Blue) = 213+115+123=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5737B is #2A8C84. Grayscale: #919191. Windows color (decimal): -2788485 or 8090581. OLE color: 8090581.

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

Color convert

RGB 213 115 123 -
CMYK 0 0.46 0.42 0.16
HSL 355.1º 0.54% 0.64% -
HSV(B) 355.1º 0.46% 0.84% -
XYZ 37.15 27.84 22.15 -
YUV 145.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 213 115 123 0 0.46 0.42 0.16 355.1 0.54 0.64
Hex D5 73 7B 0 2E 2A 10 163 36 40
Octal 325 163 173 0 56 52 20 543 66 100
Binary 11010101 1110011 1111011 0 101110 101010 10000 101100011 110110 1000000

Color Harmonies of #D5737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5737B

Black with #D5737B

Text Example


Text Example

White with #D5737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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