Html Css Color HEX #D56B7B Froly

📋 copy color: '#D56B7B'

red 213 ◦ green 107 ◦ blue 123

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

Shades of Froly #D56B7B

Tints of Froly #D56B7B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.15%

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

R = 48.08%
G = 24.15%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D56B7B (or 0xD56B7B) is known color: Froly. HEX triplet: D5, 6B and 7B. RGB value is (213,107,123). Sum of RGB (Red+Green+Blue) = 213+107+123=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56B7B is #2A9484. Grayscale: #8C8C8C. Windows color (decimal): -2790533 or 8088533. OLE color: 8088533.

HSL color Cylindrical-coordinate representation of color #D56B7B: hue angle of 350.94º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56B7B is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 107 123 -
CMYK 0 0.50 0.42 0.16
HSL 350.94º 0.56% 0.63% -
HSV(B) 350.94º 0.5% 0.84% -
XYZ 36.27 26.09 21.86 -
YUV 140.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 213 107 123 0 0.50 0.42 0.16 350.94 0.56 0.63
Hex D5 6B 7B 0 32 2A 10 15F 38 3F
Octal 325 153 173 0 62 52 20 537 70 77
Binary 11010101 1101011 1111011 0 110010 101010 10000 101011111 111000 111111

Color Harmonies of #D56B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56B7B

Black with #D56B7B

Text Example


Text Example

White with #D56B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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