Html Css Color HEX #DD636E Froly

📋 copy color: '#DD636E'

red 221 ◦ green 99 ◦ blue 110

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

Shades of Froly #DD636E

Tints of Froly #DD636E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.58%

R = 51.4%
G = 23.02%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD636E (or 0xDD636E) is known color: Froly. HEX triplet: DD, 63 and 6E. RGB value is (221,99,110). Sum of RGB (Red+Green+Blue) = 221+99+110=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD636E is #229C91. Grayscale: #888888. Windows color (decimal): -2268306 or 7234525. OLE color: 7234525.

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

Color convert

RGB 221 99 110 -
CMYK 0 0.55 0.50 0.13
HSL 354.59º 0.64% 0.63% -
HSV(B) 354.59º 0.55% 0.87% -
XYZ 37.1 25.42 17.7 -
YUV 136.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 221 99 110 0 0.55 0.50 0.13 354.59 0.64 0.63
Hex DD 63 6E 0 37 32 D 163 40 3F
Octal 335 143 156 0 67 62 15 543 100 77
Binary 11011101 1100011 1101110 0 110111 110010 1101 101100011 1000000 111111

Color Harmonies of #DD636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD636E

Black with #DD636E

Text Example


Text Example

White with #DD636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD636E; }

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

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

background-color css

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

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

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

border-color css

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

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

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