#CD025D

Color #CD025D Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #CD025D

Tints of Razzmatazz #CD025D

Color information

#CD025D (or 0xCD025D) is unknown color: approx Razzmatazz. HEX triplet: CD, 02 and 5D. RGB value is (205,2,93). Sum of RGB (Red+Green+Blue) = 205+2+93=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD025D is #32FDA2. Grayscale: #484848. Windows color (decimal): -3341731 or 6095565. OLE color: 6095565.

HSL color Cylindrical-coordinate representation of color #CD025D: hue angle of 333.1º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD025D is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB205293-
CMYK00.990.550.20
HSL333.1º98.07%40.59%-
HSV(B)333.1º99.02%80.39%-
XYZ27.1713.8111.59-
YUV73.07139.25222.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 68.33%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 93 (36.72% from 255) = 31%
R=68.33%
G=0.67%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20529300.990.550.20333.198.0740.59
HexCD25D063371414d6229
Octal31521350143672451514251
Binary1100110110101110101100011110111101001010011011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD025D; }

 p { color: rgb(205,2,93); }

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

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

 a { background-color: rgb(205,2,93); }

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

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

 span { border-color: rgb(205,2,93); }

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