Html Css Color HEX #DB636A Froly

📋 copy color: '#DB636A'

red 219 ◦ green 99 ◦ blue 106

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

Shades of Froly #DB636A

Tints of Froly #DB636A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25%

R = 51.65%
G = 23.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB636A (or 0xDB636A) is known color: Froly. HEX triplet: DB, 63 and 6A. RGB value is (219,99,106). Sum of RGB (Red+Green+Blue) = 219+99+106=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB636A is #249C95. Grayscale: #878787. Windows color (decimal): -2399382 or 6972379. OLE color: 6972379.

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

Color convert

RGB 219 99 106 -
CMYK 0 0.55 0.52 0.14
HSL 356.5º 0.63% 0.62% -
HSV(B) 356.5º 0.55% 0.86% -
XYZ 36.28 25.02 16.55 -
YUV 135.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 219 99 106 0 0.55 0.52 0.14 356.5 0.63 0.62
Hex DB 63 6A 0 37 34 E 164 3E 3E
Octal 333 143 152 0 67 64 16 544 76 76
Binary 11011011 1100011 1101010 0 110111 110100 1110 101100100 111110 111110

Color Harmonies of #DB636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB636A

Black with #DB636A

Text Example


Text Example

White with #DB636A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB636A; }

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

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

background-color css

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

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

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

border-color css

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

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

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