Html Css Color HEX #DB2769 Cerise

📋 copy color: '#DB2769'

red 219 ◦ green 39 ◦ blue 105

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

Shades of Cerise #DB2769

Tints of Cerise #DB2769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.74%

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 60.33%
G = 10.74%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB2769 (or 0xDB2769) is known color: Cerise. HEX triplet: DB, 27 and 69. RGB value is (219,39,105). Sum of RGB (Red+Green+Blue) = 219+39+105=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2769 is #24D896. Grayscale: #646464. Windows color (decimal): -2414743 or 6891483. OLE color: 6891483.

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

Color convert

RGB 219 39 105 -
CMYK 0 0.82 0.52 0.14
HSL 338º 0.71% 0.51% -
HSV(B) 338º 0.82% 0.86% -
XYZ 32.49 17.53 15.04 -
YUV 100.34 130.63 212.63 -
System Red Green Blue C M Y K H S L
Decimal 219 39 105 0 0.82 0.52 0.14 338 0.71 0.51
Hex DB 27 69 0 52 34 E 152 47 33
Octal 333 47 151 0 122 64 16 522 107 63
Binary 11011011 100111 1101001 0 1010010 110100 1110 101010010 1000111 110011

Color Harmonies of #DB2769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2769

Black with #DB2769

Text Example


Text Example

White with #DB2769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2769; }

 p { color: rgb(219,39,105); }

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

background-color css

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

 a { background-color: rgb(219,39,105); }

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

border-color css

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

 span { border-color: rgb(219,39,105); }

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