Html Css Color HEX #D0074B Razzmatazz

📋 copy color: '#D0074B'

red 208 ◦ green 7 ◦ blue 75

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

Shades of Razzmatazz #D0074B

Tints of Razzmatazz #D0074B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 71.72%
G = 2.41%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0074B (or 0xD0074B) is known color: Razzmatazz. HEX triplet: D0, 07 and 4B. RGB value is (208,7,75). Sum of RGB (Red+Green+Blue) = 208+7+75=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0074B is #2FF8B4. Grayscale: #4A4A4A. Windows color (decimal): -3143861 or 4917200. OLE color: 4917200.

HSL color Cylindrical-coordinate representation of color #D0074B: hue angle of 339.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0074B is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 75 -
CMYK 0 0.97 0.64 0.18
HSL 339.7º 0.93% 0.42% -
HSV(B) 339.7º 0.97% 0.82% -
XYZ 27.36 14.07 7.93 -
YUV 74.85 128.09 222.97 -
System Red Green Blue C M Y K H S L
Decimal 208 7 75 0 0.97 0.64 0.18 339.7 0.93 0.42
Hex D0 7 4B 0 61 40 12 154 5D 2A
Octal 320 7 113 0 141 100 22 524 135 52
Binary 11010000 111 1001011 0 1100001 1000000 10010 101010100 1011101 101010

Color Harmonies of #D0074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0074B

Black with #D0074B

Text Example


Text Example

White with #D0074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0074B; }

 p { color: rgb(208,7,75); }

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

background-color css

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

 a { background-color: rgb(208,7,75); }

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

border-color css

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

 span { border-color: rgb(208,7,75); }

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