Html Css Color HEX #DB34C5 Razzle Dazzle Rose

📋 copy color: '#DB34C5'

red 219 ◦ green 52 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DB34C5

Tints of Razzle Dazzle Rose #DB34C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.09%

R = 46.79%
G = 11.11%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB34C5 (or 0xDB34C5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and C5. RGB value is (219,52,197). Sum of RGB (Red+Green+Blue) = 219+52+197=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34C5 is #24CB3A. Grayscale: #767676. Windows color (decimal): -2411323 or 12924123. OLE color: 12924123.

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

Color convert

RGB 219 52 197 -
CMYK 0 0.76 0.10 0.14
HSL 307.9º 0.7% 0.53% -
HSV(B) 307.9º 0.76% 0.86% -
XYZ 40.52 21.55 54.85 -
YUV 118.46 172.33 199.71 -
System Red Green Blue C M Y K H S L
Decimal 219 52 197 0 0.76 0.10 0.14 307.9 0.7 0.53
Hex DB 34 C5 0 4C A E 134 46 35
Octal 333 64 305 0 114 12 16 464 106 65
Binary 11011011 110100 11000101 0 1001100 1010 1110 100110100 1000110 110101

Color Harmonies of #DB34C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB34C5

Black with #DB34C5

Text Example


Text Example

White with #DB34C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB34C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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