Html Css Color HEX #DB27D2 Razzle Dazzle Rose

📋 copy color: '#DB27D2'

red 219 ◦ green 39 ◦ blue 210

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

Shades of Razzle Dazzle Rose #DB27D2

Tints of Razzle Dazzle Rose #DB27D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.87%

R = 46.79%
G = 8.33%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB27D2 (or 0xDB27D2) is known color: Razzle Dazzle Rose. HEX triplet: DB, 27 and D2. RGB value is (219,39,210). Sum of RGB (Red+Green+Blue) = 219+39+210=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27D2 is #24D82D. Grayscale: #6F6F6F. Windows color (decimal): -2414638 or 13772763. OLE color: 13772763.

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

Color convert

RGB 219 39 210 -
CMYK 0 0.82 0.04 0.14
HSL 303º 0.71% 0.51% -
HSV(B) 303º 0.82% 0.86% -
XYZ 41.57 21.16 62.87 -
YUV 112.31 183.13 204.1 -
System Red Green Blue C M Y K H S L
Decimal 219 39 210 0 0.82 0.04 0.14 303 0.71 0.51
Hex DB 27 D2 0 52 4 E 12F 47 33
Octal 333 47 322 0 122 4 16 457 107 63
Binary 11011011 100111 11010010 0 1010010 100 1110 100101111 1000111 110011

Color Harmonies of #DB27D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB27D2

Black with #DB27D2

Text Example


Text Example

White with #DB27D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB27D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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