Html Css Color HEX #DD616D Froly

📋 copy color: '#DD616D'

red 221 ◦ green 97 ◦ blue 109

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

Shades of Froly #DD616D

Tints of Froly #DD616D

RGB

 RED value IS 221 (86.72% from 255) = 51.76%

 GREEN value IS 97 (38.28% from 255) = 22.72%

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

R = 51.76%
G = 22.72%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD616D (or 0xDD616D) is known color: Froly. HEX triplet: DD, 61 and 6D. RGB value is (221,97,109). Sum of RGB (Red+Green+Blue) = 221+97+109=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD616D is #229E92. Grayscale: #878787. Windows color (decimal): -2268819 or 7168477. OLE color: 7168477.

HSL color Cylindrical-coordinate representation of color #DD616D: hue angle of 354.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD616D is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 109 -
CMYK 0 0.56 0.51 0.13
HSL 354.19º 0.65% 0.62% -
HSV(B) 354.19º 0.56% 0.87% -
XYZ 36.85 25.03 17.36 -
YUV 135.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 221 97 109 0 0.56 0.51 0.13 354.19 0.65 0.62
Hex DD 61 6D 0 38 33 D 162 41 3E
Octal 335 141 155 0 70 63 15 542 101 76
Binary 11011101 1100001 1101101 0 111000 110011 1101 101100010 1000001 111110

Color Harmonies of #DD616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD616D

Black with #DD616D

Text Example


Text Example

White with #DD616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD616D; }

 p { color: rgb(221,97,109); }

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

background-color css

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

 a { background-color: rgb(221,97,109); }

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

border-color css

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

 span { border-color: rgb(221,97,109); }

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