Html Css Color HEX #DB605B Roman

📋 copy color: '#DB605B'

red 219 ◦ green 96 ◦ blue 91

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

Shades of Roman #DB605B

Tints of Roman #DB605B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.41%

R = 53.94%
G = 23.65%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB605B (or 0xDB605B) is known color: Roman. HEX triplet: DB, 60 and 5B. RGB value is (219,96,91). Sum of RGB (Red+Green+Blue) = 219+96+91=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB605B is #249FA4. Grayscale: #848484. Windows color (decimal): -2400165 or 5988571. OLE color: 5988571.

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

Color convert

RGB 219 96 91 -
CMYK 0 0.56 0.58 0.14
HSL 2.34º 0.64% 0.61% -
HSV(B) 2.34º 0.58% 0.86% -
XYZ 35.28 24.18 12.71 -
YUV 132.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 219 96 91 0 0.56 0.58 0.14 2.34 0.64 0.61
Hex DB 60 5B 0 38 3A E 2 40 3D
Octal 333 140 133 0 70 72 16 2 100 75
Binary 11011011 1100000 1011011 0 111000 111010 1110 10 1000000 111101

Color Harmonies of #DB605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB605B

Black with #DB605B

Text Example


Text Example

White with #DB605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB605B; }

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

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

background-color css

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

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

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

border-color css

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

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

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