Html Css Color HEX #DB3E6A Cerise

📋 copy color: '#DB3E6A'

red 219 ◦ green 62 ◦ blue 106

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

Shades of Cerise #DB3E6A

Tints of Cerise #DB3E6A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.02%

 BLUE value IS 106 (41.8% from 255) = 27.39%

R = 56.59%
G = 16.02%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB3E6A (or 0xDB3E6A) is known color: Cerise. HEX triplet: DB, 3E and 6A. RGB value is (219,62,106). Sum of RGB (Red+Green+Blue) = 219+62+106=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E6A is #24C195. Grayscale: #717171. Windows color (decimal): -2408854 or 6962907. OLE color: 6962907.

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

Color convert

RGB 219 62 106 -
CMYK 0 0.72 0.52 0.14
HSL 343.18º 0.69% 0.55% -
HSV(B) 343.18º 0.72% 0.86% -
XYZ 33.54 19.55 15.64 -
YUV 113.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 219 62 106 0 0.72 0.52 0.14 343.18 0.69 0.55
Hex DB 3E 6A 0 48 34 E 157 45 37
Octal 333 76 152 0 110 64 16 527 105 67
Binary 11011011 111110 1101010 0 1001000 110100 1110 101010111 1000101 110111

Color Harmonies of #DB3E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E6A

Black with #DB3E6A

Text Example


Text Example

White with #DB3E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E6A; }

 p { color: rgb(219,62,106); }

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

background-color css

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

 a { background-color: rgb(219,62,106); }

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

border-color css

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

 span { border-color: rgb(219,62,106); }

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