Html Css Color HEX #D9015C Razzmatazz

📋 copy color: '#D9015C'

red 217 ◦ green 1 ◦ blue 92

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

Shades of Razzmatazz #D9015C

Tints of Razzmatazz #D9015C

RGB

 RED value IS 217 (85.16% from 255) = 70%

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

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

R = 70%
G = 0.32%
B = 29.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9015C (or 0xD9015C) is known color: Razzmatazz. HEX triplet: D9, 01 and 5C. RGB value is (217,1,92). Sum of RGB (Red+Green+Blue) = 217+1+92=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D9015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9015C is #26FEA3. Grayscale: #4B4B4B. Windows color (decimal): -2555556 or 6029785. OLE color: 6029785.

HSL color Cylindrical-coordinate representation of color #D9015C: hue angle of 334.72º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9015C is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 92 -
CMYK 0 1.00 0.58 0.15
HSL 334.72º 0.99% 0.43% -
HSV(B) 334.72º 1% 0.85% -
XYZ 30.56 15.55 11.52 -
YUV 75.96 137.06 228.6 -
System Red Green Blue C M Y K H S L
Decimal 217 1 92 0 1.00 0.58 0.15 334.72 0.99 0.43
Hex D9 1 5C 0 64 3A F 14F 63 2B
Octal 331 1 134 0 144 72 17 517 143 53
Binary 11011001 1 1011100 0 1100100 111010 1111 101001111 1100011 101011

Color Harmonies of #D9015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9015C

Black with #D9015C

Text Example


Text Example

White with #D9015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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