Html Css Color HEX #D5075B Razzmatazz

📋 copy color: '#D5075B'

red 213 ◦ green 7 ◦ blue 91

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

Shades of Razzmatazz #D5075B

Tints of Razzmatazz #D5075B

RGB

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

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

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

R = 68.49%
G = 2.25%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5075B (or 0xD5075B) is known color: Razzmatazz. HEX triplet: D5, 07 and 5B. RGB value is (213,7,91). Sum of RGB (Red+Green+Blue) = 213+7+91=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5075B is #2AF8A4. Grayscale: #4E4E4E. Windows color (decimal): -2816165 or 5965781. OLE color: 5965781.

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

Color convert

RGB 213 7 91 -
CMYK 0 0.97 0.57 0.16
HSL 335.53º 0.94% 0.43% -
HSV(B) 335.53º 0.97% 0.84% -
XYZ 29.4 15.05 11.25 -
YUV 78.17 135.25 224.17 -
System Red Green Blue C M Y K H S L
Decimal 213 7 91 0 0.97 0.57 0.16 335.53 0.94 0.43
Hex D5 7 5B 0 61 39 10 150 5E 2B
Octal 325 7 133 0 141 71 20 520 136 53
Binary 11010101 111 1011011 0 1100001 111001 10000 101010000 1011110 101011

Color Harmonies of #D5075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5075B

Black with #D5075B

Text Example


Text Example

White with #D5075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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