#D72DC1

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

Shades of Razzle Dazzle Rose #D72DC1

Tints of Razzle Dazzle Rose #D72DC1

Color information

#D72DC1 (or 0xD72DC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D7, 2D and C1. RGB value is (215,45,193). Sum of RGB (Red+Green+Blue) = 215+45+193=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DC1 is #28D23E. Grayscale: #707070. Windows color (decimal): -2675263 or 12660183. OLE color: 12660183.

HSL color Cylindrical-coordinate representation of color #D72DC1: hue angle of 307.76º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72DC1 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21545193-
CMYK00.790.100.16
HSL307.76º68%50.98%-
HSV(B)307.76º79.07%84.31%-
XYZ38.5920.1752.31-
YUV112.7173.32200.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.46%
GREEN value IS 45 (17.97% from 255) = 9.93%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=47.46%
G=9.93%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154519300.790.100.16307.766850.98
HexD72DC104FA101344433
Octal327553010117122046410463
Binary1101011110110111000001010011111010100001001101001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72DC1; }

 p { color: rgb(215,45,193); }

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

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

 a { background-color: rgb(215,45,193); }

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

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

 span { border-color: rgb(215,45,193); }

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