#DF38CB

Color #DF38CB Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DF38CB

Tints of Razzle Dazzle Rose #DF38CB

Color information

#DF38CB (or 0xDF38CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 38 and CB. RGB value is (223,56,203). Sum of RGB (Red+Green+Blue) = 223+56+203=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF38CB is #20C734. Grayscale: #7A7A7A. Windows color (decimal): -2148149 or 13318367. OLE color: 13318367.

HSL color Cylindrical-coordinate representation of color #DF38CB: hue angle of 307.19º 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 #DF38CB is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB22356203-
CMYK00.750.090.13
HSL307.19º72.29%54.71%-
HSV(B)307.19º74.89%87.45%-
XYZ42.6322.8358.66-
YUV122.69173.33199.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 56 (22.27% from 255) = 11.62%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=46.27%
G=11.62%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235620300.750.090.13307.1972.2954.71
HexDF38CB04B9D1334837
Octal337703130113111546311067
Binary110111111110001100101101001011100111011001100111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF38CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF38CB; }

 p { color: rgb(223,56,203); }

 H1.HeaderClassName
 {
   color: #DF38CB;
 }
 .AnyTagClassName
 {
   color: #DF38CB;
 }
</style>
background-color css

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

 a { background-color: rgb(223,56,203); }

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

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

 span { border-color: rgb(223,56,203); }

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