Html Css Color HEX #D0094D Razzmatazz

📋 copy color: '#D0094D'

red 208 ◦ green 9 ◦ blue 77

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

Shades of Razzmatazz #D0094D

Tints of Razzmatazz #D0094D

RGB

 RED value IS 208 (81.64% from 255) = 70.75%

 GREEN value IS 9 (3.91% from 255) = 3.06%

 BLUE value IS 77 (30.47% from 255) = 26.19%

R = 70.75%
G = 3.06%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0094D (or 0xD0094D) is known color: Razzmatazz. HEX triplet: D0, 09 and 4D. RGB value is (208,9,77). Sum of RGB (Red+Green+Blue) = 208+9+77=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D0094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0094D is #2FF6B2. Grayscale: #4C4C4C. Windows color (decimal): -3143347 or 5048784. OLE color: 5048784.

HSL color Cylindrical-coordinate representation of color #D0094D: hue angle of 339.5º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0094D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 9 77 -
CMYK 0 0.96 0.63 0.18
HSL 339.5º 0.92% 0.43% -
HSV(B) 339.5º 0.96% 0.82% -
XYZ 27.45 14.14 8.3 -
YUV 76.25 128.43 221.97 -
System Red Green Blue C M Y K H S L
Decimal 208 9 77 0 0.96 0.63 0.18 339.5 0.92 0.43
Hex D0 9 4D 0 60 3F 12 153 5C 2B
Octal 320 11 115 0 140 77 22 523 134 53
Binary 11010000 1001 1001101 0 1100000 111111 10010 101010011 1011100 101011

Color Harmonies of #D0094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0094D

Black with #D0094D

Text Example


Text Example

White with #D0094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0094D; }

 p { color: rgb(208,9,77); }

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

background-color css

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

 a { background-color: rgb(208,9,77); }

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

border-color css

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

 span { border-color: rgb(208,9,77); }

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