Html Css Color HEX #D3075C Razzmatazz

📋 copy color: '#D3075C'

red 211 ◦ green 7 ◦ blue 92

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

Shades of Razzmatazz #D3075C

Tints of Razzmatazz #D3075C

RGB

 RED value IS 211 (82.81% from 255) = 68.06%

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

 BLUE value IS 92 (36.33% from 255) = 29.68%

R = 68.06%
G = 2.26%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3075C (or 0xD3075C) is known color: Razzmatazz. HEX triplet: D3, 07 and 5C. RGB value is (211,7,92). Sum of RGB (Red+Green+Blue) = 211+7+92=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3075C is #2CF8A3. Grayscale: #4D4D4D. Windows color (decimal): -2947236 or 6031315. OLE color: 6031315.

HSL color Cylindrical-coordinate representation of color #D3075C: hue angle of 335º 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 #D3075C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 7 92 -
CMYK 0 0.97 0.56 0.17
HSL 335º 0.94% 0.43% -
HSV(B) 335º 0.97% 0.83% -
XYZ 28.87 14.77 11.46 -
YUV 77.69 136.09 223.09 -
System Red Green Blue C M Y K H S L
Decimal 211 7 92 0 0.97 0.56 0.17 335 0.94 0.43
Hex D3 7 5C 0 61 38 11 14F 5E 2B
Octal 323 7 134 0 141 70 21 517 136 53
Binary 11010011 111 1011100 0 1100001 111000 10001 101001111 1011110 101011

Color Harmonies of #D3075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3075C

Black with #D3075C

Text Example


Text Example

White with #D3075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3075C; }

 p { color: rgb(211,7,92); }

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

background-color css

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

 a { background-color: rgb(211,7,92); }

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

border-color css

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

 span { border-color: rgb(211,7,92); }

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