Html Css Color HEX #DD616E Froly

📋 copy color: '#DD616E'

red 221 ◦ green 97 ◦ blue 110

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

Shades of Froly #DD616E

Tints of Froly #DD616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.7%

R = 51.64%
G = 22.66%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD616E (or 0xDD616E) is known color: Froly. HEX triplet: DD, 61 and 6E. RGB value is (221,97,110). Sum of RGB (Red+Green+Blue) = 221+97+110=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD616E is #229E91. Grayscale: #878787. Windows color (decimal): -2268818 or 7234013. OLE color: 7234013.

HSL color Cylindrical-coordinate representation of color #DD616E: hue angle of 353.71º 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 #DD616E is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 110 -
CMYK 0 0.56 0.50 0.13
HSL 353.71º 0.65% 0.62% -
HSV(B) 353.71º 0.56% 0.87% -
XYZ 36.91 25.05 17.64 -
YUV 135.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 221 97 110 0 0.56 0.50 0.13 353.71 0.65 0.62
Hex DD 61 6E 0 38 32 D 162 41 3E
Octal 335 141 156 0 70 62 15 542 101 76
Binary 11011101 1100001 1101110 0 111000 110010 1101 101100010 1000001 111110

Color Harmonies of #DD616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD616E

Black with #DD616E

Text Example


Text Example

White with #DD616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD616E; }

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

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

background-color css

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

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

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

border-color css

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

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

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