#DD25D4

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

Shades of Razzle Dazzle Rose #DD25D4

Tints of Razzle Dazzle Rose #DD25D4

Color information

#DD25D4 (or 0xDD25D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 25 and D4. RGB value is (221,37,212). Sum of RGB (Red+Green+Blue) = 221+37+212=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25D4 is #22DA2B. Grayscale: #6F6F6F. Windows color (decimal): -2284076 or 13903325. OLE color: 13903325.

HSL color Cylindrical-coordinate representation of color #DD25D4: hue angle of 302.93º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD25D4 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB22137212-
CMYK00.830.040.13
HSL302.93º73.02%50.59%-
HSV(B)302.93º83.26%86.67%-
XYZ42.3621.4564.19-
YUV111.97184.46205.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 37 (14.84% from 255) = 7.87%
BLUE value IS 212 (83.20% from 255) = 45.11%
R=47.02%
G=7.87%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213721200.830.040.13302.9373.0250.59
HexDD25D40534D12f4933
Octal33545324012341545711163
Binary11011101100101110101000101001110011011001011111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD25D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD25D4; }

 p { color: rgb(221,37,212); }

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

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

 a { background-color: rgb(221,37,212); }

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

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

 span { border-color: rgb(221,37,212); }

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