Html Css Color HEX #D60061 Razzmatazz

📋 copy color: '#D60061'

red 214 ◦ green 0 ◦ blue 97

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

Shades of Razzmatazz #D60061

Tints of Razzmatazz #D60061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 68.81%
G = 0%
B = 31.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D60061 (or 0xD60061) is known color: Razzmatazz. HEX triplet: D6, 00 and 61. RGB value is (214,0,97). Sum of RGB (Red+Green+Blue) = 214+0+97=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D60061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60061 is #29FF9E. Grayscale: #4A4A4A. Windows color (decimal): -2752415 or 6357206. OLE color: 6357206.

HSL color Cylindrical-coordinate representation of color #D60061: hue angle of 332.8º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60061 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 97 -
CMYK 0 1 0.55 0.16
HSL 332.8º 1% 0.42% -
HSV(B) 332.8º 1% 0.84% -
XYZ 29.89 15.16 12.66 -
YUV 75.04 140.4 227.11 -
System Red Green Blue C M Y K H S L
Decimal 214 0 97 0 1 0.55 0.16 332.8 1 0.42
Hex D6 0 61 0 64 37 10 14D 64 2A
Octal 326 0 141 0 144 67 20 515 144 52
Binary 11010110 0 1100001 0 1100100 110111 10000 101001101 1100100 101010

Color Harmonies of #D60061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60061

Black with #D60061

Text Example


Text Example

White with #D60061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60061; }

 p { color: rgb(214,0,97); }

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

background-color css

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

 a { background-color: rgb(214,0,97); }

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

border-color css

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

 span { border-color: rgb(214,0,97); }

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