Html Css Color HEX #D6075E Razzmatazz

📋 copy color: '#D6075E'

red 214 ◦ green 7 ◦ blue 94

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

Shades of Razzmatazz #D6075E

Tints of Razzmatazz #D6075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 67.94%
G = 2.22%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6075E (or 0xD6075E) is known color: Razzmatazz. HEX triplet: D6, 07 and 5E. RGB value is (214,7,94). Sum of RGB (Red+Green+Blue) = 214+7+94=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D6075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6075E is #29F8A1. Grayscale: #4E4E4E. Windows color (decimal): -2750626 or 6162390. OLE color: 6162390.

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

Color convert

RGB 214 7 94 -
CMYK 0 0.97 0.56 0.16
HSL 334.78º 0.94% 0.43% -
HSV(B) 334.78º 0.97% 0.84% -
XYZ 29.83 15.26 11.96 -
YUV 78.81 136.58 224.43 -
System Red Green Blue C M Y K H S L
Decimal 214 7 94 0 0.97 0.56 0.16 334.78 0.94 0.43
Hex D6 7 5E 0 61 38 10 14F 5E 2B
Octal 326 7 136 0 141 70 20 517 136 53
Binary 11010110 111 1011110 0 1100001 111000 10000 101001111 1011110 101011

Color Harmonies of #D6075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6075E

Black with #D6075E

Text Example


Text Example

White with #D6075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6075E; }

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

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

background-color css

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

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

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

border-color css

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

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

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