Html Css Color HEX #DD636C Froly

📋 copy color: '#DD636C'

red 221 ◦ green 99 ◦ blue 108

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

Shades of Froly #DD636C

Tints of Froly #DD636C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.23%

R = 51.64%
G = 23.13%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD636C (or 0xDD636C) is known color: Froly. HEX triplet: DD, 63 and 6C. RGB value is (221,99,108). Sum of RGB (Red+Green+Blue) = 221+99+108=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD636C is #229C93. Grayscale: #888888. Windows color (decimal): -2268308 or 7103453. OLE color: 7103453.

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

Color convert

RGB 221 99 108 -
CMYK 0 0.55 0.51 0.13
HSL 355.57º 0.64% 0.63% -
HSV(B) 355.57º 0.55% 0.87% -
XYZ 36.99 25.38 17.14 -
YUV 136.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 221 99 108 0 0.55 0.51 0.13 355.57 0.64 0.63
Hex DD 63 6C 0 37 33 D 164 40 3F
Octal 335 143 154 0 67 63 15 544 100 77
Binary 11011101 1100011 1101100 0 110111 110011 1101 101100100 1000000 111111

Color Harmonies of #DD636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD636C

Black with #DD636C

Text Example


Text Example

White with #DD636C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD636C; }

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

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

background-color css

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

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

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

border-color css

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

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

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