Html Css Color HEX #DB33C6 Razzle Dazzle Rose

📋 copy color: '#DB33C6'

red 219 ◦ green 51 ◦ blue 198

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

Shades of Razzle Dazzle Rose #DB33C6

Tints of Razzle Dazzle Rose #DB33C6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.9%

 BLUE value IS 198 (77.73% from 255) = 42.31%

R = 46.79%
G = 10.9%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB33C6 (or 0xDB33C6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 33 and C6. RGB value is (219,51,198). Sum of RGB (Red+Green+Blue) = 219+51+198=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33C6 is #24CC39. Grayscale: #757575. Windows color (decimal): -2411578 or 12989403. OLE color: 12989403.

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

Color convert

RGB 219 51 198 -
CMYK 0 0.77 0.10 0.14
HSL 307.5º 0.7% 0.53% -
HSV(B) 307.5º 0.77% 0.86% -
XYZ 40.59 21.5 55.44 -
YUV 117.99 173.16 200.05 -
System Red Green Blue C M Y K H S L
Decimal 219 51 198 0 0.77 0.10 0.14 307.5 0.7 0.53
Hex DB 33 C6 0 4D A E 134 46 35
Octal 333 63 306 0 115 12 16 464 106 65
Binary 11011011 110011 11000110 0 1001101 1010 1110 100110100 1000110 110101

Color Harmonies of #DB33C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB33C6

Black with #DB33C6

Text Example


Text Example

White with #DB33C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB33C6; }

 p { color: rgb(219,51,198); }

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

background-color css

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

 a { background-color: rgb(219,51,198); }

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

border-color css

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

 span { border-color: rgb(219,51,198); }

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