Html Css Color HEX #DD627A Froly

📋 copy color: '#DD627A'

red 221 ◦ green 98 ◦ blue 122

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

Shades of Froly #DD627A

Tints of Froly #DD627A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.66%

R = 50.11%
G = 22.22%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD627A (or 0xDD627A) is known color: Froly. HEX triplet: DD, 62 and 7A. RGB value is (221,98,122). Sum of RGB (Red+Green+Blue) = 221+98+122=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD627A is #229D85. Grayscale: #898989. Windows color (decimal): -2268550 or 8020701. OLE color: 8020701.

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

Color convert

RGB 221 98 122 -
CMYK 0 0.56 0.45 0.13
HSL 348.29º 0.64% 0.63% -
HSV(B) 348.29º 0.56% 0.87% -
XYZ 37.7 25.51 21.35 -
YUV 137.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 221 98 122 0 0.56 0.45 0.13 348.29 0.64 0.63
Hex DD 62 7A 0 38 2D D 15C 40 3F
Octal 335 142 172 0 70 55 15 534 100 77
Binary 11011101 1100010 1111010 0 111000 101101 1101 101011100 1000000 111111

Color Harmonies of #DD627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD627A

Black with #DD627A

Text Example


Text Example

White with #DD627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD627A; }

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

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

background-color css

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

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

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

border-color css

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

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

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