Html Css Color HEX #DD636B Froly

📋 copy color: '#DD636B'

red 221 ◦ green 99 ◦ blue 107

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

Shades of Froly #DD636B

Tints of Froly #DD636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.06%

R = 51.76%
G = 23.19%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD636B (or 0xDD636B) is known color: Froly. HEX triplet: DD, 63 and 6B. RGB value is (221,99,107). Sum of RGB (Red+Green+Blue) = 221+99+107=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD636B is #229C94. Grayscale: #888888. Windows color (decimal): -2268309 or 7037917. OLE color: 7037917.

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

Color convert

RGB 221 99 107 -
CMYK 0 0.55 0.52 0.13
HSL 356.07º 0.64% 0.63% -
HSV(B) 356.07º 0.55% 0.87% -
XYZ 36.93 25.36 16.86 -
YUV 136.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 221 99 107 0 0.55 0.52 0.13 356.07 0.64 0.63
Hex DD 63 6B 0 37 34 D 164 40 3F
Octal 335 143 153 0 67 64 15 544 100 77
Binary 11011101 1100011 1101011 0 110111 110100 1101 101100100 1000000 111111

Color Harmonies of #DD636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD636B

Black with #DD636B

Text Example


Text Example

White with #DD636B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD636B; }

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

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

background-color css

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

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

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

border-color css

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

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

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