Html Css Color HEX #D7025E Razzmatazz

📋 copy color: '#D7025E'

red 215 ◦ green 2 ◦ blue 94

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

Shades of Razzmatazz #D7025E

Tints of Razzmatazz #D7025E

RGB

 RED value IS 215 (84.38% from 255) = 69.13%

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

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

R = 69.13%
G = 0.64%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7025E (or 0xD7025E) is known color: Razzmatazz. HEX triplet: D7, 02 and 5E. RGB value is (215,2,94). Sum of RGB (Red+Green+Blue) = 215+2+94=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7025E is #28FDA1. Grayscale: #4C4C4C. Windows color (decimal): -2686370 or 6161111. OLE color: 6161111.

HSL color Cylindrical-coordinate representation of color #D7025E: hue angle of 334.08º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7025E is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 2 94 -
CMYK 0 0.99 0.56 0.16
HSL 334.08º 0.98% 0.43% -
HSV(B) 334.08º 0.99% 0.84% -
XYZ 30.07 15.3 11.96 -
YUV 76.18 138.07 227.02 -
System Red Green Blue C M Y K H S L
Decimal 215 2 94 0 0.99 0.56 0.16 334.08 0.98 0.43
Hex D7 2 5E 0 63 38 10 14E 62 2B
Octal 327 2 136 0 143 70 20 516 142 53
Binary 11010111 10 1011110 0 1100011 111000 10000 101001110 1100010 101011

Color Harmonies of #D7025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7025E

Black with #D7025E

Text Example


Text Example

White with #D7025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7025E; }

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

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

background-color css

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

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

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

border-color css

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

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

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