Html Css Color HEX #DB4283 Deep Cerise

📋 copy color: '#DB4283'

red 219 ◦ green 66 ◦ blue 131

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

Shades of Deep Cerise #DB4283

Tints of Deep Cerise #DB4283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.87%

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 52.64%
G = 15.87%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB4283 (or 0xDB4283) is known color: Deep Cerise. HEX triplet: DB, 42 and 83. RGB value is (219,66,131). Sum of RGB (Red+Green+Blue) = 219+66+131=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4283 is #24BD7C. Grayscale: #777777. Windows color (decimal): -2407805 or 8602331. OLE color: 8602331.

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

Color convert

RGB 219 66 131 -
CMYK 0 0.70 0.40 0.14
HSL 334.51º 0.68% 0.56% -
HSV(B) 334.51º 0.7% 0.86% -
XYZ 35.26 20.6 23.59 -
YUV 119.16 134.69 199.21 -
System Red Green Blue C M Y K H S L
Decimal 219 66 131 0 0.70 0.40 0.14 334.51 0.68 0.56
Hex DB 42 83 0 46 28 E 14F 44 38
Octal 333 102 203 0 106 50 16 517 104 70
Binary 11011011 1000010 10000011 0 1000110 101000 1110 101001111 1000100 111000

Color Harmonies of #DB4283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4283

Black with #DB4283

Text Example


Text Example

White with #DB4283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4283; }

 p { color: rgb(219,66,131); }

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

background-color css

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

 a { background-color: rgb(219,66,131); }

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

border-color css

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

 span { border-color: rgb(219,66,131); }

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