Html Css Color HEX #DB34C8 Razzle Dazzle Rose

📋 copy color: '#DB34C8'

red 219 ◦ green 52 ◦ blue 200

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

Shades of Razzle Dazzle Rose #DB34C8

Tints of Razzle Dazzle Rose #DB34C8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.04%

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

R = 46.5%
G = 11.04%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB34C8 (or 0xDB34C8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and C8. RGB value is (219,52,200). Sum of RGB (Red+Green+Blue) = 219+52+200=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34C8 is #24CB37. Grayscale: #767676. Windows color (decimal): -2411320 or 13120731. OLE color: 13120731.

HSL color Cylindrical-coordinate representation of color #DB34C8: hue angle of 306.83º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB34C8 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 52 200 -
CMYK 0 0.76 0.09 0.14
HSL 306.83º 0.7% 0.53% -
HSV(B) 306.83º 0.76% 0.86% -
XYZ 40.87 21.69 56.68 -
YUV 118.81 173.83 199.47 -
System Red Green Blue C M Y K H S L
Decimal 219 52 200 0 0.76 0.09 0.14 306.83 0.7 0.53
Hex DB 34 C8 0 4C 9 E 133 46 35
Octal 333 64 310 0 114 11 16 463 106 65
Binary 11011011 110100 11001000 0 1001100 1001 1110 100110011 1000110 110101

Color Harmonies of #DB34C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB34C8

Black with #DB34C8

Text Example


Text Example

White with #DB34C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB34C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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