Html Css Color HEX #DB3A6C Cerise

📋 copy color: '#DB3A6C'

red 219 ◦ green 58 ◦ blue 108

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

Shades of Cerise #DB3A6C

Tints of Cerise #DB3A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.06%

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

R = 56.88%
G = 15.06%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB3A6C (or 0xDB3A6C) is known color: Cerise. HEX triplet: DB, 3A and 6C. RGB value is (219,58,108). Sum of RGB (Red+Green+Blue) = 219+58+108=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A6C is #24C593. Grayscale: #6F6F6F. Windows color (decimal): -2409876 or 7092955. OLE color: 7092955.

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

Color convert

RGB 219 58 108 -
CMYK 0 0.74 0.51 0.14
HSL 341.37º 0.69% 0.54% -
HSV(B) 341.37º 0.74% 0.86% -
XYZ 33.43 19.17 16.13 -
YUV 111.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 219 58 108 0 0.74 0.51 0.14 341.37 0.69 0.54
Hex DB 3A 6C 0 4A 33 E 155 45 36
Octal 333 72 154 0 112 63 16 525 105 66
Binary 11011011 111010 1101100 0 1001010 110011 1110 101010101 1000101 110110

Color Harmonies of #DB3A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A6C

Black with #DB3A6C

Text Example


Text Example

White with #DB3A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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