Html Css Color HEX #DB636C Froly

📋 copy color: '#DB636C'

red 219 ◦ green 99 ◦ blue 108

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

Shades of Froly #DB636C

Tints of Froly #DB636C

RGB

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

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

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

R = 51.41%
G = 23.24%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB636C (or 0xDB636C) is known color: Froly. HEX triplet: DB, 63 and 6C. RGB value is (219,99,108). Sum of RGB (Red+Green+Blue) = 219+99+108=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB636C is #249C93. Grayscale: #878787. Windows color (decimal): -2399380 or 7103451. OLE color: 7103451.

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

Color convert

RGB 219 99 108 -
CMYK 0 0.55 0.51 0.14
HSL 355.5º 0.63% 0.62% -
HSV(B) 355.5º 0.55% 0.86% -
XYZ 36.38 25.07 17.11 -
YUV 135.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 219 99 108 0 0.55 0.51 0.14 355.5 0.63 0.62
Hex DB 63 6C 0 37 33 E 164 3E 3E
Octal 333 143 154 0 67 63 16 544 76 76
Binary 11011011 1100011 1101100 0 110111 110011 1110 101100100 111110 111110

Color Harmonies of #DB636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB636C

Black with #DB636C

Text Example


Text Example

White with #DB636C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB636C; }

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

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

background-color css

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

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

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

border-color css

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

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

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