Html Css Color HEX #DD627B Froly

📋 copy color: '#DD627B'

red 221 ◦ green 98 ◦ blue 123

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

Shades of Froly #DD627B

Tints of Froly #DD627B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.83%

R = 50%
G = 22.17%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD627B (or 0xDD627B) is known color: Froly. HEX triplet: DD, 62 and 7B. RGB value is (221,98,123). Sum of RGB (Red+Green+Blue) = 221+98+123=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD627B is #229D84. Grayscale: #898989. Windows color (decimal): -2268549 or 8086237. OLE color: 8086237.

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

Color convert

RGB 221 98 123 -
CMYK 0 0.56 0.44 0.13
HSL 347.8º 0.64% 0.63% -
HSV(B) 347.8º 0.56% 0.87% -
XYZ 37.76 25.54 21.68 -
YUV 137.63 119.75 187.47 -
System Red Green Blue C M Y K H S L
Decimal 221 98 123 0 0.56 0.44 0.13 347.8 0.64 0.63
Hex DD 62 7B 0 38 2C D 15C 40 3F
Octal 335 142 173 0 70 54 15 534 100 77
Binary 11011101 1100010 1111011 0 111000 101100 1101 101011100 1000000 111111

Color Harmonies of #DD627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD627B

Black with #DD627B

Text Example


Text Example

White with #DD627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD627B; }

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

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

background-color css

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

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

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

border-color css

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

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

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