Html Css Color HEX #DB3B74 Cerise

📋 copy color: '#DB3B74'

red 219 ◦ green 59 ◦ blue 116

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

Shades of Cerise #DB3B74

Tints of Cerise #DB3B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.97%

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

R = 55.58%
G = 14.97%
B = 29.44%

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

#DB3B74 (or 0xDB3B74) is known color: Cerise. HEX triplet: DB, 3B and 74. RGB value is (219,59,116). Sum of RGB (Red+Green+Blue) = 219+59+116=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3B74 is #24C48B. Grayscale: #717171. Windows color (decimal): -2409612 or 7617499. OLE color: 7617499.

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

Color convert

RGB 219 59 116 -
CMYK 0 0.73 0.47 0.14
HSL 338.63º 0.69% 0.55% -
HSV(B) 338.63º 0.73% 0.86% -
XYZ 33.93 19.45 18.49 -
YUV 113.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 219 59 116 0 0.73 0.47 0.14 338.63 0.69 0.55
Hex DB 3B 74 0 49 2F E 153 45 37
Octal 333 73 164 0 111 57 16 523 105 67
Binary 11011011 111011 1110100 0 1001001 101111 1110 101010011 1000101 110111

Color Harmonies of #DB3B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3B74

Black with #DB3B74

Text Example


Text Example

White with #DB3B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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