Shades of Razzle Dazzle Rose #DA35B7
Tints of Razzle Dazzle Rose #DA35B7
RGB
CMYK
RGB Variations
Color information
#DA35B7 (or 0xDA35B7) is known color: Razzle Dazzle Rose. HEX triplet: DA, 35 and B7. RGB value is (218,53,183). Sum of RGB (Red+Green+Blue) = 218+53+183=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA35B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA35B7 is #25CA48. Grayscale: #747474. Windows color (decimal): -2476617 or 12006874. OLE color: 12006874.
HSL color Cylindrical-coordinate representation of color #DA35B7: hue angle of 312.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA35B7 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 183 | - | 
| CMYK | 0 | 0.76 | 0.16 | 0.15 | 
| HSL | 312.73º | 0.69% | 0.53% | - | 
| HSV(B) | 312.73º | 0.76% | 0.85% | - | 
| XYZ | 38.73 | 20.87 | 46.79 | - | 
| YUV | 117.16 | 165.16 | 199.93 | - | 
| System | Red | Green | Blue | C | M | Y | K | H | S | L | 
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 183 | 0 | 0.76 | 0.16 | 0.15 | 312.73 | 0.69 | 0.53 | 
| Hex | DA | 35 | B7 | 0 | 4C | 10 | F | 139 | 45 | 35 | 
| Octal | 332 | 65 | 267 | 0 | 114 | 20 | 17 | 471 | 105 | 65 | 
| Binary | 11011010 | 110101 | 10110111 | 0 | 1001100 | 10000 | 1111 | 100111001 | 1000101 | 110101 | 
Color Harmonies of #DA35B7
Complementary color
Monochromatic Colors of #DA35B7
Black with #DA35B7
Text Example
Text Example
White with #DA35B7
Text Example
Text Example
HTML Codes & Css Web design
color css
                <style>
                 p { color: #DA35B7; }
                 p { color: rgb(218,53,183); }
                 H1.HeaderClassName
 {
   color: #DA35B7;
 }
                 .AnyTagClassName
 {
   color: #DA35B7;
 }
                </style>
            
        background-color css
                <style>
                 a { background-color: #DA35B7; }
                 a { background-color: rgb(218,53,183); }
                 div.DivClassName
 {
   background-color: #DA35B7;
 }
                 .BgClassName
 {
   background-color: #DA35B7;
 }
                </style>
            
        border-color css
                <style>
                 span { border-color: #DA35B7; }
                 span { border-color: rgb(218,53,183); }
                 td.TdClassName
 {
   border-color: #DA35B7;
 }
                 .TagClassName
 {
   border-color: #DA35B7;
 }
                </style>