Html Css Color HEX #DB336B Cerise

📋 copy color: '#DB336B'

red 219 ◦ green 51 ◦ blue 107

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

Shades of Cerise #DB336B

Tints of Cerise #DB336B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.53%

 BLUE value IS 107 (42.19% from 255) = 28.38%

R = 58.09%
G = 13.53%
B = 28.38%

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

#DB336B (or 0xDB336B) is known color: Cerise. HEX triplet: DB, 33 and 6B. RGB value is (219,51,107). Sum of RGB (Red+Green+Blue) = 219+51+107=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB336B is #24CC94. Grayscale: #6B6B6B. Windows color (decimal): -2411669 or 7025627. OLE color: 7025627.

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

Color convert

RGB 219 51 107 -
CMYK 0 0.77 0.51 0.14
HSL 340º 0.7% 0.53% -
HSV(B) 340º 0.77% 0.86% -
XYZ 33.05 18.49 15.74 -
YUV 107.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 219 51 107 0 0.77 0.51 0.14 340 0.7 0.53
Hex DB 33 6B 0 4D 33 E 154 46 35
Octal 333 63 153 0 115 63 16 524 106 65
Binary 11011011 110011 1101011 0 1001101 110011 1110 101010100 1000110 110101

Color Harmonies of #DB336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB336B

Black with #DB336B

Text Example


Text Example

White with #DB336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB336B; }

 p { color: rgb(219,51,107); }

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

background-color css

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

 a { background-color: rgb(219,51,107); }

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

border-color css

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

 span { border-color: rgb(219,51,107); }

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