Html Css Color HEX #D3025E Razzmatazz

📋 copy color: '#D3025E'

red 211 ◦ green 2 ◦ blue 94

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

Shades of Razzmatazz #D3025E

Tints of Razzmatazz #D3025E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 68.73%
G = 0.65%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3025E (or 0xD3025E) is known color: Razzmatazz. HEX triplet: D3, 02 and 5E. RGB value is (211,2,94). Sum of RGB (Red+Green+Blue) = 211+2+94=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3025E is #2CFDA1. Grayscale: #4A4A4A. Windows color (decimal): -2948514 or 6161107. OLE color: 6161107.

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

Color convert

RGB 211 2 94 -
CMYK 0 0.99 0.55 0.17
HSL 333.59º 0.98% 0.42% -
HSV(B) 333.59º 0.99% 0.83% -
XYZ 28.91 14.7 11.9 -
YUV 74.98 138.74 225.02 -
System Red Green Blue C M Y K H S L
Decimal 211 2 94 0 0.99 0.55 0.17 333.59 0.98 0.42
Hex D3 2 5E 0 63 37 11 14E 62 2A
Octal 323 2 136 0 143 67 21 516 142 52
Binary 11010011 10 1011110 0 1100011 110111 10001 101001110 1100010 101010

Color Harmonies of #D3025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3025E

Black with #D3025E

Text Example


Text Example

White with #D3025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3025E; }

 p { color: rgb(211,2,94); }

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

background-color css

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

 a { background-color: rgb(211,2,94); }

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

border-color css

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

 span { border-color: rgb(211,2,94); }

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