Html Css Color HEX #DB114F Razzmatazz

📋 copy color: '#DB114F'

red 219 ◦ green 17 ◦ blue 79

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

Shades of Razzmatazz #DB114F

Tints of Razzmatazz #DB114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.4%

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 69.52%
G = 5.4%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB114F (or 0xDB114F) is known color: Razzmatazz. HEX triplet: DB, 11 and 4F. RGB value is (219,17,79). Sum of RGB (Red+Green+Blue) = 219+17+79=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB114F is #24EEB0. Grayscale: #545454. Windows color (decimal): -2420401 or 5181915. OLE color: 5181915.

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

Color convert

RGB 219 17 79 -
CMYK 0 0.92 0.64 0.14
HSL 341.58º 0.86% 0.46% -
HSV(B) 341.58º 0.92% 0.86% -
XYZ 30.83 16.03 8.87 -
YUV 84.47 124.92 223.96 -
System Red Green Blue C M Y K H S L
Decimal 219 17 79 0 0.92 0.64 0.14 341.58 0.86 0.46
Hex DB 11 4F 0 5C 40 E 156 56 2E
Octal 333 21 117 0 134 100 16 526 126 56
Binary 11011011 10001 1001111 0 1011100 1000000 1110 101010110 1010110 101110

Color Harmonies of #DB114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB114F

Black with #DB114F

Text Example


Text Example

White with #DB114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB114F; }

 p { color: rgb(219,17,79); }

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

background-color css

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

 a { background-color: rgb(219,17,79); }

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

border-color css

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

 span { border-color: rgb(219,17,79); }

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