Html Css Color HEX #D5656F Froly

📋 copy color: '#D5656F'

red 213 ◦ green 101 ◦ blue 111

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

Shades of Froly #D5656F

Tints of Froly #D5656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.76%

 BLUE value IS 111 (43.75% from 255) = 26.12%

R = 50.12%
G = 23.76%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5656F (or 0xD5656F) is known color: Froly. HEX triplet: D5, 65 and 6F. RGB value is (213,101,111). Sum of RGB (Red+Green+Blue) = 213+101+111=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5656F is #2A9A90. Grayscale: #878787. Windows color (decimal): -2792081 or 7300565. OLE color: 7300565.

HSL color Cylindrical-coordinate representation of color #D5656F: hue angle of 354.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5656F is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 101 111 -
CMYK 0 0.53 0.48 0.16
HSL 354.64º 0.57% 0.62% -
HSV(B) 354.64º 0.53% 0.84% -
XYZ 34.96 24.6 17.94 -
YUV 135.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 213 101 111 0 0.53 0.48 0.16 354.64 0.57 0.62
Hex D5 65 6F 0 35 30 10 163 39 3E
Octal 325 145 157 0 65 60 20 543 71 76
Binary 11010101 1100101 1101111 0 110101 110000 10000 101100011 111001 111110

Color Harmonies of #D5656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5656F

Black with #D5656F

Text Example


Text Example

White with #D5656F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5656F; }

 p { color: rgb(213,101,111); }

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

background-color css

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

 a { background-color: rgb(213,101,111); }

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

border-color css

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

 span { border-color: rgb(213,101,111); }

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