Html Css Color HEX #D5025B Razzmatazz

📋 copy color: '#D5025B'

red 213 ◦ green 2 ◦ blue 91

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

Shades of Razzmatazz #D5025B

Tints of Razzmatazz #D5025B

RGB

 RED value IS 213 (83.59% from 255) = 69.61%

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

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

R = 69.61%
G = 0.65%
B = 29.74%

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

#D5025B (or 0xD5025B) is known color: Razzmatazz. HEX triplet: D5, 02 and 5B. RGB value is (213,2,91). Sum of RGB (Red+Green+Blue) = 213+2+91=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D5025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5025B is #2AFDA4. Grayscale: #4B4B4B. Windows color (decimal): -2817445 or 5964501. OLE color: 5964501.

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

Color convert

RGB 213 2 91 -
CMYK 0 0.99 0.57 0.16
HSL 334.69º 0.98% 0.42% -
HSV(B) 334.69º 0.99% 0.84% -
XYZ 29.35 14.94 11.24 -
YUV 75.24 136.9 226.26 -
System Red Green Blue C M Y K H S L
Decimal 213 2 91 0 0.99 0.57 0.16 334.69 0.98 0.42
Hex D5 2 5B 0 63 39 10 14F 62 2A
Octal 325 2 133 0 143 71 20 517 142 52
Binary 11010101 10 1011011 0 1100011 111001 10000 101001111 1100010 101010

Color Harmonies of #D5025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5025B

Black with #D5025B

Text Example


Text Example

White with #D5025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5025B; }

 p { color: rgb(213,2,91); }

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

background-color css

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

 a { background-color: rgb(213,2,91); }

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

border-color css

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

 span { border-color: rgb(213,2,91); }

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