Html Css Color HEX #DB2BE1 Razzle Dazzle Rose

📋 copy color: '#DB2BE1'

red 219 ◦ green 43 ◦ blue 225

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

Shades of Razzle Dazzle Rose #DB2BE1

Tints of Razzle Dazzle Rose #DB2BE1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.83%

 BLUE value IS 225 (88.28% from 255) = 46.2%

R = 44.97%
G = 8.83%
B = 46.2%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB2BE1 (or 0xDB2BE1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and E1. RGB value is (219,43,225). Sum of RGB (Red+Green+Blue) = 219+43+225=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 43 (17.19% from 255 or 8.83% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB2BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BE1 is #24D41E. Grayscale: #737373. Windows color (decimal): -2413599 or 14756827. OLE color: 14756827.

HSL color Cylindrical-coordinate representation of color #DB2BE1: hue angle of 298.02º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2BE1 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 43 225 -
CMYK 0.03 0.81 0 0.12
HSL 298.02º 0.75% 0.53% -
HSV(B) 298.02º 0.81% 0.88% -
XYZ 43.67 22.22 73.22 -
YUV 116.37 189.31 201.2 -
System Red Green Blue C M Y K H S L
Decimal 219 43 225 0.03 0.81 0 0.12 298.02 0.75 0.53
Hex DB 2B E1 3 51 0 C 12A 4B 35
Octal 333 53 341 3 121 0 14 452 113 65
Binary 11011011 101011 11100001 11 1010001 0 1100 100101010 1001011 110101

Color Harmonies of #DB2BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2BE1

Black with #DB2BE1

Text Example


Text Example

White with #DB2BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2BE1; }

 p { color: rgb(219,43,225); }

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

background-color css

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

 a { background-color: rgb(219,43,225); }

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

border-color css

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

 span { border-color: rgb(219,43,225); }

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