Html Css Color HEX #DD6168 Froly

📋 copy color: '#DD6168'

red 221 ◦ green 97 ◦ blue 104

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

Shades of Froly #DD6168

Tints of Froly #DD6168

RGB

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

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

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

R = 52.37%
G = 22.99%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD6168 (or 0xDD6168) is known color: Froly. HEX triplet: DD, 61 and 68. RGB value is (221,97,104). Sum of RGB (Red+Green+Blue) = 221+97+104=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6168 is #229E97. Grayscale: #868686. Windows color (decimal): -2268824 or 6840797. OLE color: 6840797.

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

Color convert

RGB 221 97 104 -
CMYK 0 0.56 0.53 0.13
HSL 356.61º 0.65% 0.62% -
HSV(B) 356.61º 0.56% 0.87% -
XYZ 36.59 24.92 15.98 -
YUV 134.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 221 97 104 0 0.56 0.53 0.13 356.61 0.65 0.62
Hex DD 61 68 0 38 35 D 165 41 3E
Octal 335 141 150 0 70 65 15 545 101 76
Binary 11011101 1100001 1101000 0 111000 110101 1101 101100101 1000001 111110

Color Harmonies of #DD6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6168

Black with #DD6168

Text Example


Text Example

White with #DD6168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6168; }

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

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

background-color css

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

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

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

border-color css

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

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

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