Html Css Color HEX #DD5D68 Froly

📋 copy color: '#DD5D68'

red 221 ◦ green 93 ◦ blue 104

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

Shades of Froly #DD5D68

Tints of Froly #DD5D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.25%

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 52.87%
G = 22.25%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD5D68 (or 0xDD5D68) is known color: Froly. HEX triplet: DD, 5D and 68. RGB value is (221,93,104). Sum of RGB (Red+Green+Blue) = 221+93+104=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D68 is #22A297. Grayscale: #848484. Windows color (decimal): -2269848 or 6839773. OLE color: 6839773.

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

Color convert

RGB 221 93 104 -
CMYK 0 0.58 0.53 0.13
HSL 354.84º 0.65% 0.62% -
HSV(B) 354.84º 0.58% 0.87% -
XYZ 36.23 24.2 15.86 -
YUV 132.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 221 93 104 0 0.58 0.53 0.13 354.84 0.65 0.62
Hex DD 5D 68 0 3A 35 D 163 41 3E
Octal 335 135 150 0 72 65 15 543 101 76
Binary 11011101 1011101 1101000 0 111010 110101 1101 101100011 1000001 111110

Color Harmonies of #DD5D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D68

Black with #DD5D68

Text Example


Text Example

White with #DD5D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D68; }

 p { color: rgb(221,93,104); }

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

background-color css

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

 a { background-color: rgb(221,93,104); }

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

border-color css

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

 span { border-color: rgb(221,93,104); }

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