Html Css Color HEX #D60153 Razzmatazz

📋 copy color: '#D60153'

red 214 ◦ green 1 ◦ blue 83

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

Shades of Razzmatazz #D60153

Tints of Razzmatazz #D60153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 71.81%
G = 0.34%
B = 27.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D60153 (or 0xD60153) is known color: Razzmatazz. HEX triplet: D6, 01 and 53. RGB value is (214,1,83). Sum of RGB (Red+Green+Blue) = 214+1+83=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D60153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60153 is #29FEAC. Grayscale: #494949. Windows color (decimal): -2752173 or 5439958. OLE color: 5439958.

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

Color convert

RGB 214 1 83 -
CMYK 0 1.00 0.61 0.16
HSL 336.9º 0.99% 0.42% -
HSV(B) 336.9º 1% 0.84% -
XYZ 29.3 14.94 9.52 -
YUV 74.04 133.07 227.83 -
System Red Green Blue C M Y K H S L
Decimal 214 1 83 0 1.00 0.61 0.16 336.9 0.99 0.42
Hex D6 1 53 0 64 3D 10 151 63 2A
Octal 326 1 123 0 144 75 20 521 143 52
Binary 11010110 1 1010011 0 1100100 111101 10000 101010001 1100011 101010

Color Harmonies of #D60153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60153

Black with #D60153

Text Example


Text Example

White with #D60153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60153; }

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

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

background-color css

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

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

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

border-color css

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

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

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