Html Css Color HEX #DB3C74 Cerise

📋 copy color: '#DB3C74'

red 219 ◦ green 60 ◦ blue 116

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

Shades of Cerise #DB3C74

Tints of Cerise #DB3C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.19%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 55.44%
G = 15.19%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB3C74 (or 0xDB3C74) is known color: Cerise. HEX triplet: DB, 3C and 74. RGB value is (219,60,116). Sum of RGB (Red+Green+Blue) = 219+60+116=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C74 is #24C38B. Grayscale: #717171. Windows color (decimal): -2409356 or 7617755. OLE color: 7617755.

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

Color convert

RGB 219 60 116 -
CMYK 0 0.73 0.47 0.14
HSL 338.87º 0.69% 0.55% -
HSV(B) 338.87º 0.73% 0.86% -
XYZ 33.98 19.55 18.51 -
YUV 113.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 219 60 116 0 0.73 0.47 0.14 338.87 0.69 0.55
Hex DB 3C 74 0 49 2F E 153 45 37
Octal 333 74 164 0 111 57 16 523 105 67
Binary 11011011 111100 1110100 0 1001001 101111 1110 101010011 1000101 110111

Color Harmonies of #DB3C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C74

Black with #DB3C74

Text Example


Text Example

White with #DB3C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C74; }

 p { color: rgb(219,60,116); }

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

background-color css

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

 a { background-color: rgb(219,60,116); }

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

border-color css

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

 span { border-color: rgb(219,60,116); }

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