Html Css Color HEX #DD626E Froly

📋 copy color: '#DD626E'

red 221 ◦ green 98 ◦ blue 110

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

Shades of Froly #DD626E

Tints of Froly #DD626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.64%

R = 51.52%
G = 22.84%
B = 25.64%

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

#DD626E (or 0xDD626E) is known color: Froly. HEX triplet: DD, 62 and 6E. RGB value is (221,98,110). Sum of RGB (Red+Green+Blue) = 221+98+110=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD626E is #229D91. Grayscale: #888888. Windows color (decimal): -2268562 or 7234269. OLE color: 7234269.

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

Color convert

RGB 221 98 110 -
CMYK 0 0.56 0.50 0.13
HSL 354.15º 0.64% 0.63% -
HSV(B) 354.15º 0.56% 0.87% -
XYZ 37 25.23 17.67 -
YUV 136.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 221 98 110 0 0.56 0.50 0.13 354.15 0.64 0.63
Hex DD 62 6E 0 38 32 D 162 40 3F
Octal 335 142 156 0 70 62 15 542 100 77
Binary 11011101 1100010 1101110 0 111000 110010 1101 101100010 1000000 111111

Color Harmonies of #DD626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD626E

Black with #DD626E

Text Example


Text Example

White with #DD626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD626E; }

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

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

background-color css

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

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

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

border-color css

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

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

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