Html Css Color HEX #DB28D7 Razzle Dazzle Rose

📋 copy color: '#DB28D7'

red 219 ◦ green 40 ◦ blue 215

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

Shades of Razzle Dazzle Rose #DB28D7

Tints of Razzle Dazzle Rose #DB28D7

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.44%

 BLUE value IS 215 (84.38% from 255) = 45.36%

R = 46.2%
G = 8.44%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB28D7 (or 0xDB28D7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 28 and D7. RGB value is (219,40,215). Sum of RGB (Red+Green+Blue) = 219+40+215=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28D7 is #24D728. Grayscale: #707070. Windows color (decimal): -2414377 or 14100699. OLE color: 14100699.

HSL color Cylindrical-coordinate representation of color #DB28D7: hue angle of 301.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB28D7 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 215 -
CMYK 0 0.82 0.02 0.14
HSL 301.34º 0.71% 0.51% -
HSV(B) 301.34º 0.82% 0.86% -
XYZ 42.24 21.48 66.21 -
YUV 113.47 185.3 203.27 -
System Red Green Blue C M Y K H S L
Decimal 219 40 215 0 0.82 0.02 0.14 301.34 0.71 0.51
Hex DB 28 D7 0 52 2 E 12D 47 33
Octal 333 50 327 0 122 2 16 455 107 63
Binary 11011011 101000 11010111 0 1010010 10 1110 100101101 1000111 110011

Color Harmonies of #DB28D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB28D7

Black with #DB28D7

Text Example


Text Example

White with #DB28D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB28D7; }

 p { color: rgb(219,40,215); }

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

background-color css

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

 a { background-color: rgb(219,40,215); }

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

border-color css

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

 span { border-color: rgb(219,40,215); }

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