Html Css Color HEX #D4075A Razzmatazz

📋 copy color: '#D4075A'

red 212 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #D4075A

Tints of Razzmatazz #D4075A

RGB

 RED value IS 212 (83.2% from 255) = 68.61%

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

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 68.61%
G = 2.27%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4075A (or 0xD4075A) is known color: Razzmatazz. HEX triplet: D4, 07 and 5A. RGB value is (212,7,90). Sum of RGB (Red+Green+Blue) = 212+7+90=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D4075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4075A is #2BF8A5. Grayscale: #4D4D4D. Windows color (decimal): -2881702 or 5900244. OLE color: 5900244.

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

Color convert

RGB 212 7 90 -
CMYK 0 0.97 0.58 0.17
HSL 335.71º 0.94% 0.43% -
HSV(B) 335.71º 0.97% 0.83% -
XYZ 29.07 14.89 11.01 -
YUV 77.76 134.92 223.75 -
System Red Green Blue C M Y K H S L
Decimal 212 7 90 0 0.97 0.58 0.17 335.71 0.94 0.43
Hex D4 7 5A 0 61 3A 11 150 5E 2B
Octal 324 7 132 0 141 72 21 520 136 53
Binary 11010100 111 1011010 0 1100001 111010 10001 101010000 1011110 101011

Color Harmonies of #D4075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4075A

Black with #D4075A

Text Example


Text Example

White with #D4075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4075A; }

 p { color: rgb(212,7,90); }

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

background-color css

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

 a { background-color: rgb(212,7,90); }

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

border-color css

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

 span { border-color: rgb(212,7,90); }

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