Html Css Color HEX #D6075D Razzmatazz

📋 copy color: '#D6075D'

red 214 ◦ green 7 ◦ blue 93

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

Shades of Razzmatazz #D6075D

Tints of Razzmatazz #D6075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.23%

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

R = 68.15%
G = 2.23%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6075D (or 0xD6075D) is known color: Razzmatazz. HEX triplet: D6, 07 and 5D. RGB value is (214,7,93). Sum of RGB (Red+Green+Blue) = 214+7+93=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D6075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6075D is #29F8A2. Grayscale: #4E4E4E. Windows color (decimal): -2750627 or 6096854. OLE color: 6096854.

HSL color Cylindrical-coordinate representation of color #D6075D: hue angle of 335.07º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6075D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 7 93 -
CMYK 0 0.97 0.57 0.16
HSL 335.07º 0.94% 0.43% -
HSV(B) 335.07º 0.97% 0.84% -
XYZ 29.78 15.24 11.73 -
YUV 78.7 136.08 224.51 -
System Red Green Blue C M Y K H S L
Decimal 214 7 93 0 0.97 0.57 0.16 335.07 0.94 0.43
Hex D6 7 5D 0 61 39 10 14F 5E 2B
Octal 326 7 135 0 141 71 20 517 136 53
Binary 11010110 111 1011101 0 1100001 111001 10000 101001111 1011110 101011

Color Harmonies of #D6075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6075D

Black with #D6075D

Text Example


Text Example

White with #D6075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6075D; }

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

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

background-color css

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

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

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

border-color css

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

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

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