Html Css Color HEX #DB075E Razzmatazz

📋 copy color: '#DB075E'

red 219 ◦ green 7 ◦ blue 94

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

Shades of Razzmatazz #DB075E

Tints of Razzmatazz #DB075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 68.44%
G = 2.19%
B = 29.38%

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

#DB075E (or 0xDB075E) is known color: Razzmatazz. HEX triplet: DB, 07 and 5E. RGB value is (219,7,94). Sum of RGB (Red+Green+Blue) = 219+7+94=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB075E is #24F8A1. Grayscale: #505050. Windows color (decimal): -2422946 or 6162395. OLE color: 6162395.

HSL color Cylindrical-coordinate representation of color #DB075E: hue angle of 335.38º 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 #DB075E is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 7 94 -
CMYK 0 0.97 0.57 0.14
HSL 335.38º 0.94% 0.44% -
HSV(B) 335.38º 0.97% 0.86% -
XYZ 31.31 16.02 12.03 -
YUV 80.31 135.74 226.93 -
System Red Green Blue C M Y K H S L
Decimal 219 7 94 0 0.97 0.57 0.14 335.38 0.94 0.44
Hex DB 7 5E 0 61 39 E 14F 5E 2C
Octal 333 7 136 0 141 71 16 517 136 54
Binary 11011011 111 1011110 0 1100001 111001 1110 101001111 1011110 101100

Color Harmonies of #DB075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB075E

Black with #DB075E

Text Example


Text Example

White with #DB075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB075E; }

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

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

background-color css

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

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

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

border-color css

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

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

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