Html Css Color HEX #D7025D Razzmatazz

📋 copy color: '#D7025D'

red 215 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #D7025D

Tints of Razzmatazz #D7025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30%

R = 69.35%
G = 0.65%
B = 30%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7025D (or 0xD7025D) is known color: Razzmatazz. HEX triplet: D7, 02 and 5D. RGB value is (215,2,93). Sum of RGB (Red+Green+Blue) = 215+2+93=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7025D is #28FDA2. Grayscale: #4B4B4B. Windows color (decimal): -2686371 or 6095575. OLE color: 6095575.

HSL color Cylindrical-coordinate representation of color #D7025D: hue angle of 334.37º 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 #D7025D is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 2 93 -
CMYK 0 0.99 0.57 0.16
HSL 334.37º 0.98% 0.43% -
HSV(B) 334.37º 0.99% 0.84% -
XYZ 30.02 15.28 11.72 -
YUV 76.06 137.57 227.1 -
System Red Green Blue C M Y K H S L
Decimal 215 2 93 0 0.99 0.57 0.16 334.37 0.98 0.43
Hex D7 2 5D 0 63 39 10 14E 62 2B
Octal 327 2 135 0 143 71 20 516 142 53
Binary 11010111 10 1011101 0 1100011 111001 10000 101001110 1100010 101011

Color Harmonies of #D7025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7025D

Black with #D7025D

Text Example


Text Example

White with #D7025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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