Html Css Color HEX #D30752 Razzmatazz

📋 copy color: '#D30752'

red 211 ◦ green 7 ◦ blue 82

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

Shades of Razzmatazz #D30752

Tints of Razzmatazz #D30752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.33%

R = 70.33%
G = 2.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D30752 (or 0xD30752) is known color: Razzmatazz. HEX triplet: D3, 07 and 52. RGB value is (211,7,82). Sum of RGB (Red+Green+Blue) = 211+7+82=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D30752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30752 is #2CF8AD. Grayscale: #4C4C4C. Windows color (decimal): -2947246 or 5375955. OLE color: 5375955.

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

Color convert

RGB 211 7 82 -
CMYK 0 0.97 0.61 0.17
HSL 337.94º 0.94% 0.43% -
HSV(B) 337.94º 0.97% 0.83% -
XYZ 28.46 14.61 9.3 -
YUV 76.55 131.09 223.9 -
System Red Green Blue C M Y K H S L
Decimal 211 7 82 0 0.97 0.61 0.17 337.94 0.94 0.43
Hex D3 7 52 0 61 3D 11 152 5E 2B
Octal 323 7 122 0 141 75 21 522 136 53
Binary 11010011 111 1010010 0 1100001 111101 10001 101010010 1011110 101011

Color Harmonies of #D30752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30752

Black with #D30752

Text Example


Text Example

White with #D30752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30752; }

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

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

background-color css

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

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

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

border-color css

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

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

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