Html Css Color HEX #DD606F Froly

📋 copy color: '#DD606F'

red 221 ◦ green 96 ◦ blue 111

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

Shades of Froly #DD606F

Tints of Froly #DD606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.43%

 BLUE value IS 111 (43.75% from 255) = 25.93%

R = 51.64%
G = 22.43%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD606F (or 0xDD606F) is known color: Froly. HEX triplet: DD, 60 and 6F. RGB value is (221,96,111). Sum of RGB (Red+Green+Blue) = 221+96+111=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD606F is #229F90. Grayscale: #878787. Windows color (decimal): -2269073 or 7299293. OLE color: 7299293.

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

Color convert

RGB 221 96 111 -
CMYK 0 0.57 0.50 0.13
HSL 352.8º 0.65% 0.62% -
HSV(B) 352.8º 0.57% 0.87% -
XYZ 36.87 24.89 17.9 -
YUV 135.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 221 96 111 0 0.57 0.50 0.13 352.8 0.65 0.62
Hex DD 60 6F 0 39 32 D 161 41 3E
Octal 335 140 157 0 71 62 15 541 101 76
Binary 11011101 1100000 1101111 0 111001 110010 1101 101100001 1000001 111110

Color Harmonies of #DD606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD606F

Black with #DD606F

Text Example


Text Example

White with #DD606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD606F; }

 p { color: rgb(221,96,111); }

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

background-color css

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

 a { background-color: rgb(221,96,111); }

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

border-color css

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

 span { border-color: rgb(221,96,111); }

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