Shades of Razzle Dazzle Rose #FF38D2
Tints of Razzle Dazzle Rose #FF38D2
RGB
CMYK
RGB Variations
Color information
#FF38D2 (or 0xFF38D2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 38 and D2. RGB value is (255,56,210). Sum of RGB (Red+Green+Blue) = 255+56+210=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38D2 is #00C72D. Grayscale: #848484. Windows color (decimal): -50990 or 13777151. OLE color: 13777151.
HSL color Cylindrical-coordinate representation of color #FF38D2: hue angle of 313.57º 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 #FF38D2 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 210 | - |
| CMYK | 0 | 0.78 | 0.18 | 0 |
| HSL | 313.57º | 1% | 0.61% | - |
| HSV(B) | 313.57º | 0.78% | 1% | - |
| XYZ | 54.29 | 28.74 | 63.66 | - |
| YUV | 133.06 | 171.43 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 210 | 0 | 0.78 | 0.18 | 0 | 313.57 | 1 | 0.61 |
| Hex | FF | 38 | D2 | 0 | 4E | 12 | 0 | 13A | 64 | 3D |
| Octal | 377 | 70 | 322 | 0 | 116 | 22 | 0 | 472 | 144 | 75 |
| Binary | 11111111 | 111000 | 11010010 | 0 | 1001110 | 10010 | 0 | 100111010 | 1100100 | 111101 |
Color Harmonies of #FF38D2
Complementary color
Monochromatic Colors of #FF38D2
Black with #FF38D2
Text Example
Text Example
White with #FF38D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38D2; }
p { color: rgb(255,56,210); }
H1.HeaderClassName
{
color: #FF38D2;
}
.AnyTagClassName
{
color: #FF38D2;
}
</style>
background-color css
<style>
a { background-color: #FF38D2; }
a { background-color: rgb(255,56,210); }
div.DivClassName
{
background-color: #FF38D2;
}
.BgClassName
{
background-color: #FF38D2;
}
</style>
border-color css
<style>
span { border-color: #FF38D2; }
span { border-color: rgb(255,56,210); }
td.TdClassName
{
border-color: #FF38D2;
}
.TagClassName
{
border-color: #FF38D2;
}
</style>