Html Css Color HEX #DB646A Froly

📋 copy color: '#DB646A'

red 219 ◦ green 100 ◦ blue 106

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

Shades of Froly #DB646A

Tints of Froly #DB646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.53%

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

R = 51.53%
G = 23.53%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB646A (or 0xDB646A) is known color: Froly. HEX triplet: DB, 64 and 6A. RGB value is (219,100,106). Sum of RGB (Red+Green+Blue) = 219+100+106=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB646A is #249B95. Grayscale: #888888. Windows color (decimal): -2399126 or 6972635. OLE color: 6972635.

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

Color convert

RGB 219 100 106 -
CMYK 0 0.54 0.52 0.14
HSL 356.97º 0.62% 0.63% -
HSV(B) 356.97º 0.54% 0.86% -
XYZ 36.37 25.22 16.59 -
YUV 136.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 219 100 106 0 0.54 0.52 0.14 356.97 0.62 0.63
Hex DB 64 6A 0 36 34 E 165 3E 3F
Octal 333 144 152 0 66 64 16 545 76 77
Binary 11011011 1100100 1101010 0 110110 110100 1110 101100101 111110 111111

Color Harmonies of #DB646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB646A

Black with #DB646A

Text Example


Text Example

White with #DB646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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