Html Css Color HEX #DB27CB Razzle Dazzle Rose

📋 copy color: '#DB27CB'

red 219 ◦ green 39 ◦ blue 203

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

Shades of Razzle Dazzle Rose #DB27CB

Tints of Razzle Dazzle Rose #DB27CB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.46%

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

R = 47.51%
G = 8.46%
B = 44.03%

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

#DB27CB (or 0xDB27CB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 27 and CB. RGB value is (219,39,203). Sum of RGB (Red+Green+Blue) = 219+39+203=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27CB is #24D834. Grayscale: #6F6F6F. Windows color (decimal): -2414645 or 13314011. OLE color: 13314011.

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

Color convert

RGB 219 39 203 -
CMYK 0 0.82 0.07 0.14
HSL 305.33º 0.71% 0.51% -
HSV(B) 305.33º 0.82% 0.86% -
XYZ 40.72 20.82 58.37 -
YUV 111.52 179.63 204.66 -
System Red Green Blue C M Y K H S L
Decimal 219 39 203 0 0.82 0.07 0.14 305.33 0.71 0.51
Hex DB 27 CB 0 52 7 E 131 47 33
Octal 333 47 313 0 122 7 16 461 107 63
Binary 11011011 100111 11001011 0 1010010 111 1110 100110001 1000111 110011

Color Harmonies of #DB27CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB27CB

Black with #DB27CB

Text Example


Text Example

White with #DB27CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB27CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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