Html Css Color HEX #D5015C Razzmatazz

📋 copy color: '#D5015C'

red 213 ◦ green 1 ◦ blue 92

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

Shades of Razzmatazz #D5015C

Tints of Razzmatazz #D5015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 69.61%
G = 0.33%
B = 30.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5015C (or 0xD5015C) is known color: Razzmatazz. HEX triplet: D5, 01 and 5C. RGB value is (213,1,92). Sum of RGB (Red+Green+Blue) = 213+1+92=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D5015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5015C is #2AFEA3. Grayscale: #4A4A4A. Windows color (decimal): -2817700 or 6029781. OLE color: 6029781.

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

Color convert

RGB 213 1 92 -
CMYK 0 1.00 0.57 0.16
HSL 334.25º 0.99% 0.42% -
HSV(B) 334.25º 1% 0.84% -
XYZ 29.38 14.94 11.46 -
YUV 74.76 137.74 226.6 -
System Red Green Blue C M Y K H S L
Decimal 213 1 92 0 1.00 0.57 0.16 334.25 0.99 0.42
Hex D5 1 5C 0 64 39 10 14E 63 2A
Octal 325 1 134 0 144 71 20 516 143 52
Binary 11010101 1 1011100 0 1100100 111001 10000 101001110 1100011 101010

Color Harmonies of #D5015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5015C

Black with #D5015C

Text Example


Text Example

White with #D5015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5015C; }

 p { color: rgb(213,1,92); }

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

background-color css

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

 a { background-color: rgb(213,1,92); }

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

border-color css

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

 span { border-color: rgb(213,1,92); }

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