Html Css Color HEX #DC637B Froly

📋 copy color: '#DC637B'

red 220 ◦ green 99 ◦ blue 123

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

Shades of Froly #DC637B

Tints of Froly #DC637B

RGB

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

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

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

R = 49.77%
G = 22.4%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC637B (or 0xDC637B) is known color: Froly. HEX triplet: DC, 63 and 7B. RGB value is (220,99,123). Sum of RGB (Red+Green+Blue) = 220+99+123=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC637B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC637B is #239C84. Grayscale: #898989. Windows color (decimal): -2333829 or 8086492. OLE color: 8086492.

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

Color convert

RGB 220 99 123 -
CMYK 0 0.55 0.44 0.14
HSL 348.1º 0.63% 0.63% -
HSV(B) 348.1º 0.55% 0.86% -
XYZ 37.55 25.57 21.7 -
YUV 137.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 220 99 123 0 0.55 0.44 0.14 348.1 0.63 0.63
Hex DC 63 7B 0 37 2C E 15C 3F 3F
Octal 334 143 173 0 67 54 16 534 77 77
Binary 11011100 1100011 1111011 0 110111 101100 1110 101011100 111111 111111

Color Harmonies of #DC637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC637B

Black with #DC637B

Text Example


Text Example

White with #DC637B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC637B; }

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

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

background-color css

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

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

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

border-color css

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

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

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