Html Css Color HEX #D6015B Razzmatazz

📋 copy color: '#D6015B'

red 214 ◦ green 1 ◦ blue 91

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

Shades of Razzmatazz #D6015B

Tints of Razzmatazz #D6015B

RGB

 RED value IS 214 (83.98% from 255) = 69.93%

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

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

R = 69.93%
G = 0.33%
B = 29.74%

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

#D6015B (or 0xD6015B) is known color: Razzmatazz. HEX triplet: D6, 01 and 5B. RGB value is (214,1,91). Sum of RGB (Red+Green+Blue) = 214+1+91=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D6015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6015B is #29FEA4. Grayscale: #4A4A4A. Windows color (decimal): -2752165 or 5964246. OLE color: 5964246.

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

Color convert

RGB 214 1 91 -
CMYK 0 1.00 0.57 0.16
HSL 334.65º 0.99% 0.42% -
HSV(B) 334.65º 1% 0.84% -
XYZ 29.63 15.07 11.25 -
YUV 74.95 137.07 227.18 -
System Red Green Blue C M Y K H S L
Decimal 214 1 91 0 1.00 0.57 0.16 334.65 0.99 0.42
Hex D6 1 5B 0 64 39 10 14F 63 2A
Octal 326 1 133 0 144 71 20 517 143 52
Binary 11010110 1 1011011 0 1100100 111001 10000 101001111 1100011 101010

Color Harmonies of #D6015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6015B

Black with #D6015B

Text Example


Text Example

White with #D6015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6015B; }

 p { color: rgb(214,1,91); }

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

background-color css

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

 a { background-color: rgb(214,1,91); }

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

border-color css

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

 span { border-color: rgb(214,1,91); }

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