Html Css Color HEX #DB615C Roman

📋 copy color: '#DB615C'

red 219 ◦ green 97 ◦ blue 92

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

Shades of Roman #DB615C

Tints of Roman #DB615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.77%

 BLUE value IS 92 (36.33% from 255) = 22.55%

R = 53.68%
G = 23.77%
B = 22.55%

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

#DB615C (or 0xDB615C) is known color: Roman. HEX triplet: DB, 61 and 5C. RGB value is (219,97,92). Sum of RGB (Red+Green+Blue) = 219+97+92=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB615C is #249EA3. Grayscale: #858585. Windows color (decimal): -2399908 or 6054363. OLE color: 6054363.

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

Color convert

RGB 219 97 92 -
CMYK 0 0.56 0.58 0.14
HSL 2.36º 0.64% 0.61% -
HSV(B) 2.36º 0.58% 0.86% -
XYZ 35.42 24.38 12.96 -
YUV 132.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 219 97 92 0 0.56 0.58 0.14 2.36 0.64 0.61
Hex DB 61 5C 0 38 3A E 2 40 3D
Octal 333 141 134 0 70 72 16 2 100 75
Binary 11011011 1100001 1011100 0 111000 111010 1110 10 1000000 111101

Color Harmonies of #DB615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB615C

Black with #DB615C

Text Example


Text Example

White with #DB615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB615C; }

 p { color: rgb(219,97,92); }

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

background-color css

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

 a { background-color: rgb(219,97,92); }

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

border-color css

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

 span { border-color: rgb(219,97,92); }

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