Html Css Color HEX #DB30A1 Deep Cerise

📋 copy color: '#DB30A1'

red 219 ◦ green 48 ◦ blue 161

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

Shades of Deep Cerise #DB30A1

Tints of Deep Cerise #DB30A1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.21%

 BLUE value IS 161 (63.28% from 255) = 37.62%

R = 51.17%
G = 11.21%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB30A1 (or 0xDB30A1) is known color: Deep Cerise. HEX triplet: DB, 30 and A1. RGB value is (219,48,161). Sum of RGB (Red+Green+Blue) = 219+48+161=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB30A1 is #24CF5E. Grayscale: #6F6F6F. Windows color (decimal): -2412383 or 10563803. OLE color: 10563803.

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

Color convert

RGB 219 48 161 -
CMYK 0 0.78 0.26 0.14
HSL 320.35º 0.7% 0.52% -
HSV(B) 320.35º 0.78% 0.86% -
XYZ 36.7 19.75 35.6 -
YUV 112.01 155.65 204.31 -
System Red Green Blue C M Y K H S L
Decimal 219 48 161 0 0.78 0.26 0.14 320.35 0.7 0.52
Hex DB 30 A1 0 4E 1A E 140 46 34
Octal 333 60 241 0 116 32 16 500 106 64
Binary 11011011 110000 10100001 0 1001110 11010 1110 101000000 1000110 110100

Color Harmonies of #DB30A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30A1

Black with #DB30A1

Text Example


Text Example

White with #DB30A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30A1; }

 p { color: rgb(219,48,161); }

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

background-color css

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

 a { background-color: rgb(219,48,161); }

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

border-color css

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

 span { border-color: rgb(219,48,161); }

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