Html Css Color HEX #DB3367 Cerise

📋 copy color: '#DB3367'

red 219 ◦ green 51 ◦ blue 103

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

Shades of Cerise #DB3367

Tints of Cerise #DB3367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.61%

R = 58.71%
G = 13.67%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB3367 (or 0xDB3367) is known color: Cerise. HEX triplet: DB, 33 and 67. RGB value is (219,51,103). Sum of RGB (Red+Green+Blue) = 219+51+103=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3367 is #24CC98. Grayscale: #6B6B6B. Windows color (decimal): -2411673 or 6763483. OLE color: 6763483.

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

Color convert

RGB 219 51 103 -
CMYK 0 0.77 0.53 0.14
HSL 341.43º 0.7% 0.53% -
HSV(B) 341.43º 0.77% 0.86% -
XYZ 32.85 18.41 14.65 -
YUV 107.16 125.66 207.77 -
System Red Green Blue C M Y K H S L
Decimal 219 51 103 0 0.77 0.53 0.14 341.43 0.7 0.53
Hex DB 33 67 0 4D 35 E 155 46 35
Octal 333 63 147 0 115 65 16 525 106 65
Binary 11011011 110011 1100111 0 1001101 110101 1110 101010101 1000110 110101

Color Harmonies of #DB3367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3367

Black with #DB3367

Text Example


Text Example

White with #DB3367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3367; }

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

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

background-color css

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

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

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

border-color css

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

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

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