Html Css Color HEX #DD677D Froly

📋 copy color: '#DD677D'

red 221 ◦ green 103 ◦ blue 125

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

Shades of Froly #DD677D

Tints of Froly #DD677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.94%

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 49.22%
G = 22.94%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD677D (or 0xDD677D) is known color: Froly. HEX triplet: DD, 67 and 7D. RGB value is (221,103,125). Sum of RGB (Red+Green+Blue) = 221+103+125=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD677D is #229882. Grayscale: #8C8C8C. Windows color (decimal): -2267267 or 8218589. OLE color: 8218589.

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

Color convert

RGB 221 103 125 -
CMYK 0 0.53 0.43 0.13
HSL 348.81º 0.63% 0.64% -
HSV(B) 348.81º 0.53% 0.87% -
XYZ 38.37 26.55 22.5 -
YUV 140.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 221 103 125 0 0.53 0.43 0.13 348.81 0.63 0.64
Hex DD 67 7D 0 35 2B D 15D 3F 40
Octal 335 147 175 0 65 53 15 535 77 100
Binary 11011101 1100111 1111101 0 110101 101011 1101 101011101 111111 1000000

Color Harmonies of #DD677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD677D

Black with #DD677D

Text Example


Text Example

White with #DD677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD677D; }

 p { color: rgb(221,103,125); }

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

background-color css

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

 a { background-color: rgb(221,103,125); }

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

border-color css

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

 span { border-color: rgb(221,103,125); }

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