Html Css Color HEX #DB4165 Cerise

📋 copy color: '#DB4165'

red 219 ◦ green 65 ◦ blue 101

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

Shades of Cerise #DB4165

Tints of Cerise #DB4165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

 BLUE value IS 101 (39.84% from 255) = 26.23%

R = 56.88%
G = 16.88%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB4165 (or 0xDB4165) is known color: Cerise. HEX triplet: DB, 41 and 65. RGB value is (219,65,101). Sum of RGB (Red+Green+Blue) = 219+65+101=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4165 is #24BE9A. Grayscale: #737373. Windows color (decimal): -2408091 or 6635995. OLE color: 6635995.

HSL color Cylindrical-coordinate representation of color #DB4165: hue angle of 345.97º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4165 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 65 101 -
CMYK 0 0.70 0.54 0.14
HSL 345.97º 0.68% 0.56% -
HSV(B) 345.97º 0.7% 0.86% -
XYZ 33.45 19.78 14.37 -
YUV 115.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 219 65 101 0 0.70 0.54 0.14 345.97 0.68 0.56
Hex DB 41 65 0 46 36 E 15A 44 38
Octal 333 101 145 0 106 66 16 532 104 70
Binary 11011011 1000001 1100101 0 1000110 110110 1110 101011010 1000100 111000

Color Harmonies of #DB4165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4165

Black with #DB4165

Text Example


Text Example

White with #DB4165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4165; }

 p { color: rgb(219,65,101); }

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

background-color css

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

 a { background-color: rgb(219,65,101); }

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

border-color css

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

 span { border-color: rgb(219,65,101); }

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