Shades of Razzle Dazzle Rose #FF38DB
Tints of Razzle Dazzle Rose #FF38DB
RGB
CMYK
RGB Variations
Color information
#FF38DB (or 0xFF38DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 38 and DB. RGB value is (255,56,219). Sum of RGB (Red+Green+Blue) = 255+56+219=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 56 (22.27% from 255 or 10.57% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38DB is #00C724. Grayscale: #858585. Windows color (decimal): -50981 or 14366975. OLE color: 14366975.
HSL color Cylindrical-coordinate representation of color #FF38DB: hue angle of 310.85º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF38DB is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 219 | - |
| CMYK | 0 | 0.78 | 0.14 | 0 |
| HSL | 310.85º | 1% | 0.61% | - |
| HSV(B) | 310.85º | 0.78% | 1% | - |
| XYZ | 55.44 | 29.2 | 69.73 | - |
| YUV | 134.08 | 175.93 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 219 | 0 | 0.78 | 0.14 | 0 | 310.85 | 1 | 0.61 |
| Hex | FF | 38 | DB | 0 | 4E | E | 0 | 137 | 64 | 3D |
| Octal | 377 | 70 | 333 | 0 | 116 | 16 | 0 | 467 | 144 | 75 |
| Binary | 11111111 | 111000 | 11011011 | 0 | 1001110 | 1110 | 0 | 100110111 | 1100100 | 111101 |
Color Harmonies of #FF38DB
Complementary color
Monochromatic Colors of #FF38DB
Black with #FF38DB
Text Example
Text Example
White with #FF38DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38DB; }
p { color: rgb(255,56,219); }
H1.HeaderClassName
{
color: #FF38DB;
}
.AnyTagClassName
{
color: #FF38DB;
}
</style>
background-color css
<style>
a { background-color: #FF38DB; }
a { background-color: rgb(255,56,219); }
div.DivClassName
{
background-color: #FF38DB;
}
.BgClassName
{
background-color: #FF38DB;
}
</style>
border-color css
<style>
span { border-color: #FF38DB; }
span { border-color: rgb(255,56,219); }
td.TdClassName
{
border-color: #FF38DB;
}
.TagClassName
{
border-color: #FF38DB;
}
</style>