Html Css Color HEX #DB28CB Razzle Dazzle Rose

📋 copy color: '#DB28CB'

red 219 ◦ green 40 ◦ blue 203

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

Shades of Razzle Dazzle Rose #DB28CB

Tints of Razzle Dazzle Rose #DB28CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 47.4%
G = 8.66%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB28CB (or 0xDB28CB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 28 and CB. RGB value is (219,40,203). Sum of RGB (Red+Green+Blue) = 219+40+203=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28CB is #24D734. Grayscale: #6F6F6F. Windows color (decimal): -2414389 or 13314267. OLE color: 13314267.

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

Color convert

RGB 219 40 203 -
CMYK 0 0.82 0.07 0.14
HSL 305.36º 0.71% 0.51% -
HSV(B) 305.36º 0.82% 0.86% -
XYZ 40.75 20.89 58.38 -
YUV 112.1 179.3 204.25 -
System Red Green Blue C M Y K H S L
Decimal 219 40 203 0 0.82 0.07 0.14 305.36 0.71 0.51
Hex DB 28 CB 0 52 7 E 131 47 33
Octal 333 50 313 0 122 7 16 461 107 63
Binary 11011011 101000 11001011 0 1010010 111 1110 100110001 1000111 110011

Color Harmonies of #DB28CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB28CB

Black with #DB28CB

Text Example


Text Example

White with #DB28CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB28CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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