Html Css Color HEX #DD637B Froly

📋 copy color: '#DD637B'

red 221 ◦ green 99 ◦ blue 123

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

Shades of Froly #DD637B

Tints of Froly #DD637B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.35%

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

R = 49.89%
G = 22.35%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD637B (or 0xDD637B) is known color: Froly. HEX triplet: DD, 63 and 7B. RGB value is (221,99,123). Sum of RGB (Red+Green+Blue) = 221+99+123=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD637B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD637B is #229C84. Grayscale: #8A8A8A. Windows color (decimal): -2268293 or 8086493. OLE color: 8086493.

HSL color Cylindrical-coordinate representation of color #DD637B: hue angle of 348.2º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD637B is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 123 -
CMYK 0 0.55 0.44 0.13
HSL 348.2º 0.64% 0.63% -
HSV(B) 348.2º 0.55% 0.87% -
XYZ 37.86 25.73 21.71 -
YUV 138.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 221 99 123 0 0.55 0.44 0.13 348.2 0.64 0.63
Hex DD 63 7B 0 37 2C D 15C 40 3F
Octal 335 143 173 0 67 54 15 534 100 77
Binary 11011101 1100011 1111011 0 110111 101100 1101 101011100 1000000 111111

Color Harmonies of #DD637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD637B

Black with #DD637B

Text Example


Text Example

White with #DD637B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD637B; }

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

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

background-color css

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

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

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

border-color css

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

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

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