Html Css Color HEX #DB3A68 Cerise

📋 copy color: '#DB3A68'

red 219 ◦ green 58 ◦ blue 104

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

Shades of Cerise #DB3A68

Tints of Cerise #DB3A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.3%

R = 57.48%
G = 15.22%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB3A68 (or 0xDB3A68) is known color: Cerise. HEX triplet: DB, 3A and 68. RGB value is (219,58,104). Sum of RGB (Red+Green+Blue) = 219+58+104=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A68 is #24C597. Grayscale: #6F6F6F. Windows color (decimal): -2409880 or 6830811. OLE color: 6830811.

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

Color convert

RGB 219 58 104 -
CMYK 0 0.74 0.53 0.14
HSL 342.86º 0.69% 0.54% -
HSV(B) 342.86º 0.74% 0.86% -
XYZ 33.23 19.09 15.03 -
YUV 111.38 123.84 204.76 -
System Red Green Blue C M Y K H S L
Decimal 219 58 104 0 0.74 0.53 0.14 342.86 0.69 0.54
Hex DB 3A 68 0 4A 35 E 157 45 36
Octal 333 72 150 0 112 65 16 527 105 66
Binary 11011011 111010 1101000 0 1001010 110101 1110 101010111 1000101 110110

Color Harmonies of #DB3A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A68

Black with #DB3A68

Text Example


Text Example

White with #DB3A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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