Html Css Color HEX #D5656D Froly

📋 copy color: '#D5656D'

red 213 ◦ green 101 ◦ blue 109

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

Shades of Froly #D5656D

Tints of Froly #D5656D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.77%

R = 50.35%
G = 23.88%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5656D (or 0xD5656D) is known color: Froly. HEX triplet: D5, 65 and 6D. RGB value is (213,101,109). Sum of RGB (Red+Green+Blue) = 213+101+109=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5656D is #2A9A92. Grayscale: #878787. Windows color (decimal): -2792083 or 7169493. OLE color: 7169493.

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

Color convert

RGB 213 101 109 -
CMYK 0 0.53 0.49 0.16
HSL 355.71º 0.57% 0.62% -
HSV(B) 355.71º 0.53% 0.84% -
XYZ 34.85 24.56 17.37 -
YUV 135.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 213 101 109 0 0.53 0.49 0.16 355.71 0.57 0.62
Hex D5 65 6D 0 35 31 10 164 39 3E
Octal 325 145 155 0 65 61 20 544 71 76
Binary 11010101 1100101 1101101 0 110101 110001 10000 101100100 111001 111110

Color Harmonies of #D5656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5656D

Black with #D5656D

Text Example


Text Example

White with #D5656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5656D; }

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

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

background-color css

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

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

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

border-color css

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

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

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