Html Css Color HEX #DB606C Froly

📋 copy color: '#DB606C'

red 219 ◦ green 96 ◦ blue 108

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

Shades of Froly #DB606C

Tints of Froly #DB606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.7%

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

R = 51.77%
G = 22.7%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB606C (or 0xDB606C) is known color: Froly. HEX triplet: DB, 60 and 6C. RGB value is (219,96,108). Sum of RGB (Red+Green+Blue) = 219+96+108=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB606C is #249F93. Grayscale: #868686. Windows color (decimal): -2400148 or 7102683. OLE color: 7102683.

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

Color convert

RGB 219 96 108 -
CMYK 0 0.56 0.51 0.14
HSL 354.15º 0.63% 0.62% -
HSV(B) 354.15º 0.56% 0.86% -
XYZ 36.1 24.51 17.02 -
YUV 134.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 219 96 108 0 0.56 0.51 0.14 354.15 0.63 0.62
Hex DB 60 6C 0 38 33 E 162 3F 3E
Octal 333 140 154 0 70 63 16 542 77 76
Binary 11011011 1100000 1101100 0 111000 110011 1110 101100010 111111 111110

Color Harmonies of #DB606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB606C

Black with #DB606C

Text Example


Text Example

White with #DB606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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