Html Css Color HEX #DB656A Froly

📋 copy color: '#DB656A'

red 219 ◦ green 101 ◦ blue 106

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

Shades of Froly #DB656A

Tints of Froly #DB656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

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

R = 51.41%
G = 23.71%
B = 24.88%

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

#DB656A (or 0xDB656A) is known color: Froly. HEX triplet: DB, 65 and 6A. RGB value is (219,101,106). Sum of RGB (Red+Green+Blue) = 219+101+106=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB656A is #249A95. Grayscale: #888888. Windows color (decimal): -2398870 or 6972891. OLE color: 6972891.

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

Color convert

RGB 219 101 106 -
CMYK 0 0.54 0.52 0.14
HSL 357.46º 0.62% 0.63% -
HSV(B) 357.46º 0.54% 0.86% -
XYZ 36.47 25.41 16.62 -
YUV 136.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 219 101 106 0 0.54 0.52 0.14 357.46 0.62 0.63
Hex DB 65 6A 0 36 34 E 165 3E 3F
Octal 333 145 152 0 66 64 16 545 76 77
Binary 11011011 1100101 1101010 0 110110 110100 1110 101100101 111110 111111

Color Harmonies of #DB656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB656A

Black with #DB656A

Text Example


Text Example

White with #DB656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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