Html Css Color HEX #D3015B Razzmatazz

📋 copy color: '#D3015B'

red 211 ◦ green 1 ◦ blue 91

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

Shades of Razzmatazz #D3015B

Tints of Razzmatazz #D3015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 69.64%
G = 0.33%
B = 30.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3015B (or 0xD3015B) is known color: Razzmatazz. HEX triplet: D3, 01 and 5B. RGB value is (211,1,91). Sum of RGB (Red+Green+Blue) = 211+1+91=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D3015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3015B is #2CFEA4. Grayscale: #494949. Windows color (decimal): -2948773 or 5964243. OLE color: 5964243.

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

Color convert

RGB 211 1 91 -
CMYK 0 1.00 0.57 0.17
HSL 334.29º 0.99% 0.42% -
HSV(B) 334.29º 1% 0.83% -
XYZ 28.76 14.63 11.2 -
YUV 74.05 137.57 225.68 -
System Red Green Blue C M Y K H S L
Decimal 211 1 91 0 1.00 0.57 0.17 334.29 0.99 0.42
Hex D3 1 5B 0 64 39 11 14E 63 2A
Octal 323 1 133 0 144 71 21 516 143 52
Binary 11010011 1 1011011 0 1100100 111001 10001 101001110 1100011 101010

Color Harmonies of #D3015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3015B

Black with #D3015B

Text Example


Text Example

White with #D3015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3015B; }

 p { color: rgb(211,1,91); }

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

background-color css

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

 a { background-color: rgb(211,1,91); }

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

border-color css

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

 span { border-color: rgb(211,1,91); }

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