Html Css Color HEX #D6075A Razzmatazz

📋 copy color: '#D6075A'

red 214 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #D6075A

Tints of Razzmatazz #D6075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.94%

R = 68.81%
G = 2.25%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6075A (or 0xD6075A) is known color: Razzmatazz. HEX triplet: D6, 07 and 5A. RGB value is (214,7,90). Sum of RGB (Red+Green+Blue) = 214+7+90=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6075A is #29F8A5. Grayscale: #4E4E4E. Windows color (decimal): -2750630 or 5900246. OLE color: 5900246.

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

Color convert

RGB 214 7 90 -
CMYK 0 0.97 0.58 0.16
HSL 335.94º 0.94% 0.43% -
HSV(B) 335.94º 0.97% 0.84% -
XYZ 29.65 15.19 11.04 -
YUV 78.36 134.58 224.75 -
System Red Green Blue C M Y K H S L
Decimal 214 7 90 0 0.97 0.58 0.16 335.94 0.94 0.43
Hex D6 7 5A 0 61 3A 10 150 5E 2B
Octal 326 7 132 0 141 72 20 520 136 53
Binary 11010110 111 1011010 0 1100001 111010 10000 101010000 1011110 101011

Color Harmonies of #D6075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6075A

Black with #D6075A

Text Example


Text Example

White with #D6075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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