Html Css Color HEX #D5084C Razzmatazz

📋 copy color: '#D5084C'

red 213 ◦ green 8 ◦ blue 76

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

Shades of Razzmatazz #D5084C

Tints of Razzmatazz #D5084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

 BLUE value IS 76 (30.08% from 255) = 25.59%

R = 71.72%
G = 2.69%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5084C (or 0xD5084C) is known color: Razzmatazz. HEX triplet: D5, 08 and 4C. RGB value is (213,8,76). Sum of RGB (Red+Green+Blue) = 213+8+76=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D5084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5084C is #2AF7B3. Grayscale: #4C4C4C. Windows color (decimal): -2815924 or 4982997. OLE color: 4982997.

HSL color Cylindrical-coordinate representation of color #D5084C: hue angle of 340.1º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5084C is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 8 76 -
CMYK 0 0.96 0.64 0.16
HSL 340.1º 0.93% 0.43% -
HSV(B) 340.1º 0.96% 0.84% -
XYZ 28.83 14.84 8.18 -
YUV 77.05 127.42 224.97 -
System Red Green Blue C M Y K H S L
Decimal 213 8 76 0 0.96 0.64 0.16 340.1 0.93 0.43
Hex D5 8 4C 0 60 40 10 154 5D 2B
Octal 325 10 114 0 140 100 20 524 135 53
Binary 11010101 1000 1001100 0 1100000 1000000 10000 101010100 1011101 101011

Color Harmonies of #D5084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5084C

Black with #D5084C

Text Example


Text Example

White with #D5084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5084C; }

 p { color: rgb(213,8,76); }

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

background-color css

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

 a { background-color: rgb(213,8,76); }

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

border-color css

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

 span { border-color: rgb(213,8,76); }

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