Html Css Color HEX #DD616C Froly

📋 copy color: '#DD616C'

red 221 ◦ green 97 ◦ blue 108

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

Shades of Froly #DD616C

Tints of Froly #DD616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.35%

R = 51.88%
G = 22.77%
B = 25.35%

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

#DD616C (or 0xDD616C) is known color: Froly. HEX triplet: DD, 61 and 6C. RGB value is (221,97,108). Sum of RGB (Red+Green+Blue) = 221+97+108=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD616C is #229E93. Grayscale: #878787. Windows color (decimal): -2268820 or 7102941. OLE color: 7102941.

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

Color convert

RGB 221 97 108 -
CMYK 0 0.56 0.51 0.13
HSL 354.68º 0.65% 0.62% -
HSV(B) 354.68º 0.56% 0.87% -
XYZ 36.8 25 17.07 -
YUV 135.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 221 97 108 0 0.56 0.51 0.13 354.68 0.65 0.62
Hex DD 61 6C 0 38 33 D 163 41 3E
Octal 335 141 154 0 70 63 15 543 101 76
Binary 11011101 1100001 1101100 0 111000 110011 1101 101100011 1000001 111110

Color Harmonies of #DD616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD616C

Black with #DD616C

Text Example


Text Example

White with #DD616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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