Html Css Color HEX #D6015D Razzmatazz

📋 copy color: '#D6015D'

red 214 ◦ green 1 ◦ blue 93

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

Shades of Razzmatazz #D6015D

Tints of Razzmatazz #D6015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 69.48%
G = 0.32%
B = 30.19%

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

#D6015D (or 0xD6015D) is known color: Razzmatazz. HEX triplet: D6, 01 and 5D. RGB value is (214,1,93). Sum of RGB (Red+Green+Blue) = 214+1+93=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6015D is #29FEA2. Grayscale: #4B4B4B. Windows color (decimal): -2752163 or 6095318. OLE color: 6095318.

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

Color convert

RGB 214 1 93 -
CMYK 0 1.00 0.57 0.16
HSL 334.08º 0.99% 0.42% -
HSV(B) 334.08º 1% 0.84% -
XYZ 29.72 15.11 11.71 -
YUV 75.18 138.07 227.02 -
System Red Green Blue C M Y K H S L
Decimal 214 1 93 0 1.00 0.57 0.16 334.08 0.99 0.42
Hex D6 1 5D 0 64 39 10 14E 63 2A
Octal 326 1 135 0 144 71 20 516 143 52
Binary 11010110 1 1011101 0 1100100 111001 10000 101001110 1100011 101010

Color Harmonies of #D6015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6015D

Black with #D6015D

Text Example


Text Example

White with #D6015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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