Html Css Color HEX #DB606F Froly

📋 copy color: '#DB606F'

red 219 ◦ green 96 ◦ blue 111

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

Shades of Froly #DB606F

Tints of Froly #DB606F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.06%

R = 51.41%
G = 22.54%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB606F (or 0xDB606F) is known color: Froly. HEX triplet: DB, 60 and 6F. RGB value is (219,96,111). Sum of RGB (Red+Green+Blue) = 219+96+111=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB606F is #249F90. Grayscale: #868686. Windows color (decimal): -2400145 or 7299291. OLE color: 7299291.

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

Color convert

RGB 219 96 111 -
CMYK 0 0.56 0.49 0.14
HSL 352.68º 0.63% 0.62% -
HSV(B) 352.68º 0.56% 0.86% -
XYZ 36.27 24.57 17.87 -
YUV 134.49 114.75 188.28 -
System Red Green Blue C M Y K H S L
Decimal 219 96 111 0 0.56 0.49 0.14 352.68 0.63 0.62
Hex DB 60 6F 0 38 31 E 161 3F 3E
Octal 333 140 157 0 70 61 16 541 77 76
Binary 11011011 1100000 1101111 0 111000 110001 1110 101100001 111111 111110

Color Harmonies of #DB606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB606F

Black with #DB606F

Text Example


Text Example

White with #DB606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB606F; }

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

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

background-color css

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

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

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

border-color css

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

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

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