Html Css Color HEX #D3005A Razzmatazz

📋 copy color: '#D3005A'

red 211 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #D3005A

Tints of Razzmatazz #D3005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.1%
G = 0%
B = 29.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3005A (or 0xD3005A) is known color: Razzmatazz. HEX triplet: D3, 00 and 5A. RGB value is (211,0,90). Sum of RGB (Red+Green+Blue) = 211+0+90=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D3005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3005A is #2CFFA5. Grayscale: #494949. Windows color (decimal): -2949030 or 5898451. OLE color: 5898451.

HSL color Cylindrical-coordinate representation of color #D3005A: hue angle of 334.41º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3005A is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 0 90 -
CMYK 0 1 0.57 0.17
HSL 334.41º 1% 0.41% -
HSV(B) 334.41º 1% 0.83% -
XYZ 28.71 14.59 10.98 -
YUV 73.35 137.4 226.18 -
System Red Green Blue C M Y K H S L
Decimal 211 0 90 0 1 0.57 0.17 334.41 1 0.41
Hex D3 0 5A 0 64 39 11 14E 64 29
Octal 323 0 132 0 144 71 21 516 144 51
Binary 11010011 0 1011010 0 1100100 111001 10001 101001110 1100100 101001

Color Harmonies of #D3005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3005A

Black with #D3005A

Text Example


Text Example

White with #D3005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3005A; }

 p { color: rgb(211,0,90); }

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

background-color css

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

 a { background-color: rgb(211,0,90); }

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

border-color css

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

 span { border-color: rgb(211,0,90); }

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