Html Css Color HEX #DB3665 Cerise

📋 copy color: '#DB3665'

red 219 ◦ green 54 ◦ blue 101

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

Shades of Cerise #DB3665

Tints of Cerise #DB3665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.44%

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 58.56%
G = 14.44%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB3665 (or 0xDB3665) is known color: Cerise. HEX triplet: DB, 36 and 65. RGB value is (219,54,101). Sum of RGB (Red+Green+Blue) = 219+54+101=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3665 is #24C99A. Grayscale: #6C6C6C. Windows color (decimal): -2410907 or 6633179. OLE color: 6633179.

HSL color Cylindrical-coordinate representation of color #DB3665: hue angle of 342.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3665 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 101 -
CMYK 0 0.75 0.54 0.14
HSL 342.91º 0.7% 0.54% -
HSV(B) 342.91º 0.75% 0.86% -
XYZ 32.88 18.64 14.18 -
YUV 108.69 123.66 206.68 -
System Red Green Blue C M Y K H S L
Decimal 219 54 101 0 0.75 0.54 0.14 342.91 0.7 0.54
Hex DB 36 65 0 4B 36 E 157 46 36
Octal 333 66 145 0 113 66 16 527 106 66
Binary 11011011 110110 1100101 0 1001011 110110 1110 101010111 1000110 110110

Color Harmonies of #DB3665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3665

Black with #DB3665

Text Example


Text Example

White with #DB3665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3665; }

 p { color: rgb(219,54,101); }

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

background-color css

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

 a { background-color: rgb(219,54,101); }

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

border-color css

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

 span { border-color: rgb(219,54,101); }

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