Html Css Color HEX #D7075B Razzmatazz

📋 copy color: '#D7075B'

red 215 ◦ green 7 ◦ blue 91

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

Shades of Razzmatazz #D7075B

Tints of Razzmatazz #D7075B

RGB

 RED value IS 215 (84.38% from 255) = 68.69%

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 68.69%
G = 2.24%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7075B (or 0xD7075B) is known color: Razzmatazz. HEX triplet: D7, 07 and 5B. RGB value is (215,7,91). Sum of RGB (Red+Green+Blue) = 215+7+91=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7075B is #28F8A4. Grayscale: #4E4E4E. Windows color (decimal): -2685093 or 5965783. OLE color: 5965783.

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

Color convert

RGB 215 7 91 -
CMYK 0 0.97 0.58 0.16
HSL 335.77º 0.94% 0.44% -
HSV(B) 335.77º 0.97% 0.84% -
XYZ 29.99 15.35 11.28 -
YUV 78.77 134.91 225.17 -
System Red Green Blue C M Y K H S L
Decimal 215 7 91 0 0.97 0.58 0.16 335.77 0.94 0.44
Hex D7 7 5B 0 61 3A 10 150 5E 2C
Octal 327 7 133 0 141 72 20 520 136 54
Binary 11010111 111 1011011 0 1100001 111010 10000 101010000 1011110 101100

Color Harmonies of #D7075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7075B

Black with #D7075B

Text Example


Text Example

White with #D7075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7075B; }

 p { color: rgb(215,7,91); }

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

background-color css

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

 a { background-color: rgb(215,7,91); }

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

border-color css

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

 span { border-color: rgb(215,7,91); }

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