Html Css Color HEX #D5095A Razzmatazz

📋 copy color: '#D5095A'

red 213 ◦ green 9 ◦ blue 90

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

Shades of Razzmatazz #D5095A

Tints of Razzmatazz #D5095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 90 (35.55% from 255) = 28.85%

R = 68.27%
G = 2.88%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5095A (or 0xD5095A) is known color: Razzmatazz. HEX triplet: D5, 09 and 5A. RGB value is (213,9,90). Sum of RGB (Red+Green+Blue) = 213+9+90=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5095A is #2AF6A5. Grayscale: #4F4F4F. Windows color (decimal): -2815654 or 5900757. OLE color: 5900757.

HSL color Cylindrical-coordinate representation of color #D5095A: hue angle of 336.18º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5095A is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 9 90 -
CMYK 0 0.96 0.58 0.16
HSL 336.18º 0.92% 0.44% -
HSV(B) 336.18º 0.96% 0.84% -
XYZ 29.38 15.08 11.03 -
YUV 79.23 134.09 223.41 -
System Red Green Blue C M Y K H S L
Decimal 213 9 90 0 0.96 0.58 0.16 336.18 0.92 0.44
Hex D5 9 5A 0 60 3A 10 150 5C 2C
Octal 325 11 132 0 140 72 20 520 134 54
Binary 11010101 1001 1011010 0 1100000 111010 10000 101010000 1011100 101100

Color Harmonies of #D5095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5095A

Black with #D5095A

Text Example


Text Example

White with #D5095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5095A; }

 p { color: rgb(213,9,90); }

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

background-color css

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

 a { background-color: rgb(213,9,90); }

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

border-color css

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

 span { border-color: rgb(213,9,90); }

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