Html Css Color HEX #D5024E Razzmatazz

📋 copy color: '#D5024E'

red 213 ◦ green 2 ◦ blue 78

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

Shades of Razzmatazz #D5024E

Tints of Razzmatazz #D5024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.62%

R = 72.7%
G = 0.68%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5024E (or 0xD5024E) is known color: Razzmatazz. HEX triplet: D5, 02 and 4E. RGB value is (213,2,78). Sum of RGB (Red+Green+Blue) = 213+2+78=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5024E is #2AFDB1. Grayscale: #494949. Windows color (decimal): -2817458 or 5112533. OLE color: 5112533.

HSL color Cylindrical-coordinate representation of color #D5024E: hue angle of 338.39º 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 #D5024E is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 2 78 -
CMYK 0 0.99 0.63 0.16
HSL 338.39º 0.98% 0.42% -
HSV(B) 338.39º 0.99% 0.84% -
XYZ 28.84 14.74 8.53 -
YUV 73.75 130.4 227.32 -
System Red Green Blue C M Y K H S L
Decimal 213 2 78 0 0.99 0.63 0.16 338.39 0.98 0.42
Hex D5 2 4E 0 63 3F 10 152 62 2A
Octal 325 2 116 0 143 77 20 522 142 52
Binary 11010101 10 1001110 0 1100011 111111 10000 101010010 1100010 101010

Color Harmonies of #D5024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5024E

Black with #D5024E

Text Example


Text Example

White with #D5024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5024E; }

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

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

background-color css

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

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

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

border-color css

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

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

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