Html Css Color HEX #DB606B Froly

📋 copy color: '#DB606B'

red 219 ◦ green 96 ◦ blue 107

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

Shades of Froly #DB606B

Tints of Froly #DB606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.36%

R = 51.9%
G = 22.75%
B = 25.36%

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

#DB606B (or 0xDB606B) is known color: Froly. HEX triplet: DB, 60 and 6B. RGB value is (219,96,107). Sum of RGB (Red+Green+Blue) = 219+96+107=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB606B is #249F94. Grayscale: #868686. Windows color (decimal): -2400149 or 7037147. OLE color: 7037147.

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

Color convert

RGB 219 96 107 -
CMYK 0 0.56 0.51 0.14
HSL 354.63º 0.63% 0.62% -
HSV(B) 354.63º 0.56% 0.86% -
XYZ 36.05 24.49 16.74 -
YUV 134.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 219 96 107 0 0.56 0.51 0.14 354.63 0.63 0.62
Hex DB 60 6B 0 38 33 E 163 3F 3E
Octal 333 140 153 0 70 63 16 543 77 76
Binary 11011011 1100000 1101011 0 111000 110011 1110 101100011 111111 111110

Color Harmonies of #DB606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB606B

Black with #DB606B

Text Example


Text Example

White with #DB606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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