Html Css Color HEX #DC636E Froly

📋 copy color: '#DC636E'

red 220 ◦ green 99 ◦ blue 110

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

Shades of Froly #DC636E

Tints of Froly #DC636E

RGB

 RED value IS 220 (86.33% from 255) = 51.28%

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

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

R = 51.28%
G = 23.08%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC636E (or 0xDC636E) is known color: Froly. HEX triplet: DC, 63 and 6E. RGB value is (220,99,110). Sum of RGB (Red+Green+Blue) = 220+99+110=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC636E is #239C91. Grayscale: #888888. Windows color (decimal): -2333842 or 7234524. OLE color: 7234524.

HSL color Cylindrical-coordinate representation of color #DC636E: hue angle of 354.55º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC636E is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 99 110 -
CMYK 0 0.55 0.50 0.14
HSL 354.55º 0.63% 0.63% -
HSV(B) 354.55º 0.55% 0.86% -
XYZ 36.79 25.27 17.69 -
YUV 136.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 220 99 110 0 0.55 0.50 0.14 354.55 0.63 0.63
Hex DC 63 6E 0 37 32 E 163 3F 3F
Octal 334 143 156 0 67 62 16 543 77 77
Binary 11011100 1100011 1101110 0 110111 110010 1110 101100011 111111 111111

Color Harmonies of #DC636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC636E

Black with #DC636E

Text Example


Text Example

White with #DC636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC636E; }

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

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

background-color css

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

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

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

border-color css

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

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

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