Html Css Color HEX #DB326C Cerise

📋 copy color: '#DB326C'

red 219 ◦ green 50 ◦ blue 108

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

Shades of Cerise #DB326C

Tints of Cerise #DB326C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 58.09%
G = 13.26%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB326C (or 0xDB326C) is known color: Cerise. HEX triplet: DB, 32 and 6C. RGB value is (219,50,108). Sum of RGB (Red+Green+Blue) = 219+50+108=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB326C is #24CD93. Grayscale: #6B6B6B. Windows color (decimal): -2411924 or 7090907. OLE color: 7090907.

HSL color Cylindrical-coordinate representation of color #DB326C: hue angle of 339.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB326C is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 50 108 -
CMYK 0 0.77 0.51 0.14
HSL 339.41º 0.7% 0.53% -
HSV(B) 339.41º 0.77% 0.86% -
XYZ 33.06 18.42 16 -
YUV 107.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 219 50 108 0 0.77 0.51 0.14 339.41 0.7 0.53
Hex DB 32 6C 0 4D 33 E 153 46 35
Octal 333 62 154 0 115 63 16 523 106 65
Binary 11011011 110010 1101100 0 1001101 110011 1110 101010011 1000110 110101

Color Harmonies of #DB326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB326C

Black with #DB326C

Text Example


Text Example

White with #DB326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB326C; }

 p { color: rgb(219,50,108); }

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

background-color css

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

 a { background-color: rgb(219,50,108); }

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

border-color css

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

 span { border-color: rgb(219,50,108); }

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