Html Css Color HEX #DD626C Froly

📋 copy color: '#DD626C'

red 221 ◦ green 98 ◦ blue 108

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

Shades of Froly #DD626C

Tints of Froly #DD626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 51.76%
G = 22.95%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD626C (or 0xDD626C) is known color: Froly. HEX triplet: DD, 62 and 6C. RGB value is (221,98,108). Sum of RGB (Red+Green+Blue) = 221+98+108=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD626C is #229D93. Grayscale: #888888. Windows color (decimal): -2268564 or 7103197. OLE color: 7103197.

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

Color convert

RGB 221 98 108 -
CMYK 0 0.56 0.51 0.13
HSL 355.12º 0.64% 0.63% -
HSV(B) 355.12º 0.56% 0.87% -
XYZ 36.89 25.19 17.11 -
YUV 135.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 221 98 108 0 0.56 0.51 0.13 355.12 0.64 0.63
Hex DD 62 6C 0 38 33 D 163 40 3F
Octal 335 142 154 0 70 63 15 543 100 77
Binary 11011101 1100010 1101100 0 111000 110011 1101 101100011 1000000 111111

Color Harmonies of #DD626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD626C

Black with #DD626C

Text Example


Text Example

White with #DD626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD626C; }

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

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

background-color css

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

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

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

border-color css

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

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

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