Html Css Color HEX #DB637C Froly

📋 copy color: '#DB637C'

red 219 ◦ green 99 ◦ blue 124

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

Shades of Froly #DB637C

Tints of Froly #DB637C

RGB

 RED value IS 219 (85.94% from 255) = 49.55%

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

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 49.55%
G = 22.4%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB637C (or 0xDB637C) is known color: Froly. HEX triplet: DB, 63 and 7C. RGB value is (219,99,124). Sum of RGB (Red+Green+Blue) = 219+99+124=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB637C is #249C83. Grayscale: #898989. Windows color (decimal): -2399364 or 8152027. OLE color: 8152027.

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

Color convert

RGB 219 99 124 -
CMYK 0 0.55 0.43 0.14
HSL 347.5º 0.63% 0.62% -
HSV(B) 347.5º 0.55% 0.86% -
XYZ 37.31 25.44 22.01 -
YUV 137.73 120.26 185.97 -
System Red Green Blue C M Y K H S L
Decimal 219 99 124 0 0.55 0.43 0.14 347.5 0.63 0.62
Hex DB 63 7C 0 37 2B E 15C 3E 3E
Octal 333 143 174 0 67 53 16 534 76 76
Binary 11011011 1100011 1111100 0 110111 101011 1110 101011100 111110 111110

Color Harmonies of #DB637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB637C

Black with #DB637C

Text Example


Text Example

White with #DB637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB637C; }

 p { color: rgb(219,99,124); }

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

background-color css

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

 a { background-color: rgb(219,99,124); }

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

border-color css

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

 span { border-color: rgb(219,99,124); }

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