Html Css Color HEX #DD626D Froly

📋 copy color: '#DD626D'

red 221 ◦ green 98 ◦ blue 109

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

Shades of Froly #DD626D

Tints of Froly #DD626D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.47%

R = 51.64%
G = 22.9%
B = 25.47%

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

#DD626D (or 0xDD626D) is known color: Froly. HEX triplet: DD, 62 and 6D. RGB value is (221,98,109). Sum of RGB (Red+Green+Blue) = 221+98+109=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD626D is #229D92. Grayscale: #888888. Windows color (decimal): -2268563 or 7168733. OLE color: 7168733.

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

Color convert

RGB 221 98 109 -
CMYK 0 0.56 0.51 0.13
HSL 354.63º 0.64% 0.63% -
HSV(B) 354.63º 0.56% 0.87% -
XYZ 36.95 25.21 17.39 -
YUV 136.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 221 98 109 0 0.56 0.51 0.13 354.63 0.64 0.63
Hex DD 62 6D 0 38 33 D 163 40 3F
Octal 335 142 155 0 70 63 15 543 100 77
Binary 11011101 1100010 1101101 0 111000 110011 1101 101100011 1000000 111111

Color Harmonies of #DD626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD626D

Black with #DD626D

Text Example


Text Example

White with #DD626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD626D; }

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

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

background-color css

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

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

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

border-color css

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

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

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