Html Css Color HEX #D2074C Razzmatazz

📋 copy color: '#D2074C'

red 210 ◦ green 7 ◦ blue 76

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

Shades of Razzmatazz #D2074C

Tints of Razzmatazz #D2074C

RGB

 RED value IS 210 (82.42% from 255) = 71.67%

 GREEN value IS 7 (3.13% from 255) = 2.39%

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

R = 71.67%
G = 2.39%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2074C (or 0xD2074C) is known color: Razzmatazz. HEX triplet: D2, 07 and 4C. RGB value is (210,7,76). Sum of RGB (Red+Green+Blue) = 210+7+76=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2074C is #2DF8B3. Grayscale: #4B4B4B. Windows color (decimal): -3012788 or 4982738. OLE color: 4982738.

HSL color Cylindrical-coordinate representation of color #D2074C: hue angle of 339.61º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2074C is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 7 76 -
CMYK 0 0.97 0.64 0.18
HSL 339.61º 0.94% 0.43% -
HSV(B) 339.61º 0.97% 0.82% -
XYZ 27.96 14.38 8.14 -
YUV 75.56 128.25 223.89 -
System Red Green Blue C M Y K H S L
Decimal 210 7 76 0 0.97 0.64 0.18 339.61 0.94 0.43
Hex D2 7 4C 0 61 40 12 154 5E 2B
Octal 322 7 114 0 141 100 22 524 136 53
Binary 11010010 111 1001100 0 1100001 1000000 10010 101010100 1011110 101011

Color Harmonies of #D2074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2074C

Black with #D2074C

Text Example


Text Example

White with #D2074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2074C; }

 p { color: rgb(210,7,76); }

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

background-color css

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

 a { background-color: rgb(210,7,76); }

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

border-color css

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

 span { border-color: rgb(210,7,76); }

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