Html Css Color HEX #DB28C9 Razzle Dazzle Rose

📋 copy color: '#DB28C9'

red 219 ◦ green 40 ◦ blue 201

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

Shades of Razzle Dazzle Rose #DB28C9

Tints of Razzle Dazzle Rose #DB28C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.7%

R = 47.61%
G = 8.7%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB28C9 (or 0xDB28C9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 28 and C9. RGB value is (219,40,201). Sum of RGB (Red+Green+Blue) = 219+40+201=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28C9 is #24D736. Grayscale: #6F6F6F. Windows color (decimal): -2414391 or 13183195. OLE color: 13183195.

HSL color Cylindrical-coordinate representation of color #DB28C9: hue angle of 306.03º 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 #DB28C9 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 201 -
CMYK 0 0.82 0.08 0.14
HSL 306.03º 0.71% 0.51% -
HSV(B) 306.03º 0.82% 0.86% -
XYZ 40.51 20.79 57.14 -
YUV 111.88 178.3 204.41 -
System Red Green Blue C M Y K H S L
Decimal 219 40 201 0 0.82 0.08 0.14 306.03 0.71 0.51
Hex DB 28 C9 0 52 8 E 132 47 33
Octal 333 50 311 0 122 10 16 462 107 63
Binary 11011011 101000 11001001 0 1010010 1000 1110 100110010 1000111 110011

Color Harmonies of #DB28C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB28C9

Black with #DB28C9

Text Example


Text Example

White with #DB28C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB28C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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