Html Css Color HEX #DB4163 Cerise

📋 copy color: '#DB4163'

red 219 ◦ green 65 ◦ blue 99

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

Shades of Cerise #DB4163

Tints of Cerise #DB4163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.85%

R = 57.18%
G = 16.97%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB4163 (or 0xDB4163) is known color: Cerise. HEX triplet: DB, 41 and 63. RGB value is (219,65,99). Sum of RGB (Red+Green+Blue) = 219+65+99=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4163 is #24BE9C. Grayscale: #727272. Windows color (decimal): -2408093 or 6504923. OLE color: 6504923.

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

Color convert

RGB 219 65 99 -
CMYK 0 0.70 0.55 0.14
HSL 346.75º 0.68% 0.56% -
HSV(B) 346.75º 0.7% 0.86% -
XYZ 33.36 19.74 13.86 -
YUV 114.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 219 65 99 0 0.70 0.55 0.14 346.75 0.68 0.56
Hex DB 41 63 0 46 37 E 15B 44 38
Octal 333 101 143 0 106 67 16 533 104 70
Binary 11011011 1000001 1100011 0 1000110 110111 1110 101011011 1000100 111000

Color Harmonies of #DB4163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4163

Black with #DB4163

Text Example


Text Example

White with #DB4163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4163; }

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

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

background-color css

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

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

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

border-color css

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

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

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