Shades of Razzle Dazzle Rose #DF38BD
Tints of Razzle Dazzle Rose #DF38BD
RGB
CMYK
RGB Variations
Color information
#DF38BD (or 0xDF38BD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 38 and BD. RGB value is (223,56,189). Sum of RGB (Red+Green+Blue) = 223+56+189=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF38BD is #20C742. Grayscale: #787878. Windows color (decimal): -2148163 or 12400863. OLE color: 12400863.
HSL color Cylindrical-coordinate representation of color #DF38BD: hue angle of 312.22º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF38BD is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 189 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.13 |
| HSL | 312.22º | 0.72% | 0.55% | - |
| HSV(B) | 312.22º | 0.75% | 0.87% | - |
| XYZ | 41.03 | 22.19 | 50.26 | - |
| YUV | 121.1 | 166.33 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 189 | 0 | 0.75 | 0.15 | 0.13 | 312.22 | 0.72 | 0.55 |
| Hex | DF | 38 | BD | 0 | 4B | F | D | 138 | 48 | 37 |
| Octal | 337 | 70 | 275 | 0 | 113 | 17 | 15 | 470 | 110 | 67 |
| Binary | 11011111 | 111000 | 10111101 | 0 | 1001011 | 1111 | 1101 | 100111000 | 1001000 | 110111 |
Color Harmonies of #DF38BD
Complementary color
Monochromatic Colors of #DF38BD
Black with #DF38BD
Text Example
Text Example
White with #DF38BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF38BD; }
p { color: rgb(223,56,189); }
H1.HeaderClassName
{
color: #DF38BD;
}
.AnyTagClassName
{
color: #DF38BD;
}
</style>
background-color css
<style>
a { background-color: #DF38BD; }
a { background-color: rgb(223,56,189); }
div.DivClassName
{
background-color: #DF38BD;
}
.BgClassName
{
background-color: #DF38BD;
}
</style>
border-color css
<style>
span { border-color: #DF38BD; }
span { border-color: rgb(223,56,189); }
td.TdClassName
{
border-color: #DF38BD;
}
.TagClassName
{
border-color: #DF38BD;
}
</style>