Html Css Color HEX #DB28C8 Razzle Dazzle Rose

📋 copy color: '#DB28C8'

red 219 ◦ green 40 ◦ blue 200

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

Shades of Razzle Dazzle Rose #DB28C8

Tints of Razzle Dazzle Rose #DB28C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.57%

R = 47.71%
G = 8.71%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB28C8 (or 0xDB28C8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 28 and C8. RGB value is (219,40,200). Sum of RGB (Red+Green+Blue) = 219+40+200=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28C8 is #24D737. Grayscale: #6F6F6F. Windows color (decimal): -2414392 or 13117659. OLE color: 13117659.

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

Color convert

RGB 219 40 200 -
CMYK 0 0.82 0.09 0.14
HSL 306.37º 0.71% 0.51% -
HSV(B) 306.37º 0.82% 0.86% -
XYZ 40.4 20.75 56.52 -
YUV 111.76 177.8 204.49 -
System Red Green Blue C M Y K H S L
Decimal 219 40 200 0 0.82 0.09 0.14 306.37 0.71 0.51
Hex DB 28 C8 0 52 9 E 132 47 33
Octal 333 50 310 0 122 11 16 462 107 63
Binary 11011011 101000 11001000 0 1010010 1001 1110 100110010 1000111 110011

Color Harmonies of #DB28C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB28C8

Black with #DB28C8

Text Example


Text Example

White with #DB28C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB28C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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