Html Css Color HEX #DD626F Froly

📋 copy color: '#DD626F'

red 221 ◦ green 98 ◦ blue 111

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

Shades of Froly #DD626F

Tints of Froly #DD626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.79%

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

R = 51.4%
G = 22.79%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD626F (or 0xDD626F) is known color: Froly. HEX triplet: DD, 62 and 6F. RGB value is (221,98,111). Sum of RGB (Red+Green+Blue) = 221+98+111=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD626F is #229D90. Grayscale: #888888. Windows color (decimal): -2268561 or 7299805. OLE color: 7299805.

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

Color convert

RGB 221 98 111 -
CMYK 0 0.56 0.50 0.13
HSL 353.66º 0.64% 0.63% -
HSV(B) 353.66º 0.56% 0.87% -
XYZ 37.06 25.26 17.96 -
YUV 136.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 221 98 111 0 0.56 0.50 0.13 353.66 0.64 0.63
Hex DD 62 6F 0 38 32 D 162 40 3F
Octal 335 142 157 0 70 62 15 542 100 77
Binary 11011101 1100010 1101111 0 111000 110010 1101 101100010 1000000 111111

Color Harmonies of #DD626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD626F

Black with #DD626F

Text Example


Text Example

White with #DD626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD626F; }

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

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

background-color css

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

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

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

border-color css

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

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

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