Html Css Color HEX #DB075F Razzmatazz

📋 copy color: '#DB075F'

red 219 ◦ green 7 ◦ blue 95

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

Shades of Razzmatazz #DB075F

Tints of Razzmatazz #DB075F

RGB

 RED value IS 219 (85.94% from 255) = 68.22%

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

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 68.22%
G = 2.18%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB075F (or 0xDB075F) is known color: Razzmatazz. HEX triplet: DB, 07 and 5F. RGB value is (219,7,95). Sum of RGB (Red+Green+Blue) = 219+7+95=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB075F is #24F8A0. Grayscale: #505050. Windows color (decimal): -2422945 or 6227931. OLE color: 6227931.

HSL color Cylindrical-coordinate representation of color #DB075F: hue angle of 335.09º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB075F is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 7 95 -
CMYK 0 0.97 0.57 0.14
HSL 335.09º 0.94% 0.44% -
HSV(B) 335.09º 0.97% 0.86% -
XYZ 31.35 16.04 12.27 -
YUV 80.42 136.24 226.84 -
System Red Green Blue C M Y K H S L
Decimal 219 7 95 0 0.97 0.57 0.14 335.09 0.94 0.44
Hex DB 7 5F 0 61 39 E 14F 5E 2C
Octal 333 7 137 0 141 71 16 517 136 54
Binary 11011011 111 1011111 0 1100001 111001 1110 101001111 1011110 101100

Color Harmonies of #DB075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB075F

Black with #DB075F

Text Example


Text Example

White with #DB075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB075F; }

 p { color: rgb(219,7,95); }

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

background-color css

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

 a { background-color: rgb(219,7,95); }

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

border-color css

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

 span { border-color: rgb(219,7,95); }

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