Html Css Color HEX #D5025D Razzmatazz

📋 copy color: '#D5025D'

red 213 ◦ green 2 ◦ blue 93

#D5025D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #D5025D

Tints of Razzmatazz #D5025D

RGB

 RED value IS 213 (83.59% from 255) = 69.16%

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 69.16%
G = 0.65%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5025D (or 0xD5025D) is known color: Razzmatazz. HEX triplet: D5, 02 and 5D. RGB value is (213,2,93). Sum of RGB (Red+Green+Blue) = 213+2+93=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5025D is #2AFDA2. Grayscale: #4B4B4B. Windows color (decimal): -2817443 or 6095573. OLE color: 6095573.

HSL color Cylindrical-coordinate representation of color #D5025D: hue angle of 334.12º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5025D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 2 93 -
CMYK 0 0.99 0.56 0.16
HSL 334.12º 0.98% 0.42% -
HSV(B) 334.12º 0.99% 0.84% -
XYZ 29.44 14.98 11.7 -
YUV 75.46 137.9 226.1 -
System Red Green Blue C M Y K H S L
Decimal 213 2 93 0 0.99 0.56 0.16 334.12 0.98 0.42
Hex D5 2 5D 0 63 38 10 14E 62 2A
Octal 325 2 135 0 143 70 20 516 142 52
Binary 11010101 10 1011101 0 1100011 111000 10000 101001110 1100010 101010

Color Harmonies of #D5025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5025D

Black with #D5025D

Text Example


Text Example

White with #D5025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5025D; }

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

 H1.HeaderClassName
 {
   color: #D5025D;
 }
 .AnyTagClassName
 {
   color: #D5025D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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