Html Css Color HEX #DB2FA1 Deep Cerise

📋 copy color: '#DB2FA1'

red 219 ◦ green 47 ◦ blue 161

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

Shades of Deep Cerise #DB2FA1

Tints of Deep Cerise #DB2FA1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.01%

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

R = 51.29%
G = 11.01%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB2FA1 (or 0xDB2FA1) is known color: Deep Cerise. HEX triplet: DB, 2F and A1. RGB value is (219,47,161). Sum of RGB (Red+Green+Blue) = 219+47+161=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2FA1 is #24D05E. Grayscale: #6F6F6F. Windows color (decimal): -2412639 or 10563547. OLE color: 10563547.

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

Color convert

RGB 219 47 161 -
CMYK 0 0.79 0.26 0.14
HSL 320.23º 0.7% 0.52% -
HSV(B) 320.23º 0.79% 0.86% -
XYZ 36.66 19.67 35.58 -
YUV 111.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 219 47 161 0 0.79 0.26 0.14 320.23 0.7 0.52
Hex DB 2F A1 0 4F 1A E 140 46 34
Octal 333 57 241 0 117 32 16 500 106 64
Binary 11011011 101111 10100001 0 1001111 11010 1110 101000000 1000110 110100

Color Harmonies of #DB2FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2FA1

Black with #DB2FA1

Text Example


Text Example

White with #DB2FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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