Html Css Color HEX #DB095F Razzmatazz

📋 copy color: '#DB095F'

red 219 ◦ green 9 ◦ blue 95

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

Shades of Razzmatazz #DB095F

Tints of Razzmatazz #DB095F

RGB

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

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

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

R = 67.8%
G = 2.79%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB095F (or 0xDB095F) is known color: Razzmatazz. HEX triplet: DB, 09 and 5F. RGB value is (219,9,95). Sum of RGB (Red+Green+Blue) = 219+9+95=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB095F is #24F6A0. Grayscale: #515151. Windows color (decimal): -2422433 or 6228443. OLE color: 6228443.

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

Color convert

RGB 219 9 95 -
CMYK 0 0.96 0.57 0.14
HSL 335.43º 0.92% 0.45% -
HSV(B) 335.43º 0.96% 0.86% -
XYZ 31.38 16.08 12.28 -
YUV 81.59 135.57 226.01 -
System Red Green Blue C M Y K H S L
Decimal 219 9 95 0 0.96 0.57 0.14 335.43 0.92 0.45
Hex DB 9 5F 0 60 39 E 14F 5C 2D
Octal 333 11 137 0 140 71 16 517 134 55
Binary 11011011 1001 1011111 0 1100000 111001 1110 101001111 1011100 101101

Color Harmonies of #DB095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB095F

Black with #DB095F

Text Example


Text Example

White with #DB095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB095F; }

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

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

background-color css

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

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

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

border-color css

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

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

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