Html Css Color HEX #DB035A Razzmatazz

📋 copy color: '#DB035A'

red 219 ◦ green 3 ◦ blue 90

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

Shades of Razzmatazz #DB035A

Tints of Razzmatazz #DB035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 90 (35.55% from 255) = 28.85%

R = 70.19%
G = 0.96%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB035A (or 0xDB035A) is known color: Razzmatazz. HEX triplet: DB, 03 and 5A. RGB value is (219,3,90). Sum of RGB (Red+Green+Blue) = 219+3+90=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB035A is #24FCA5. Grayscale: #4D4D4D. Windows color (decimal): -2423974 or 5899227. OLE color: 5899227.

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

Color convert

RGB 219 3 90 -
CMYK 0 0.99 0.59 0.14
HSL 335.83º 0.97% 0.44% -
HSV(B) 335.83º 0.99% 0.86% -
XYZ 31.09 15.86 11.1 -
YUV 77.5 135.06 228.93 -
System Red Green Blue C M Y K H S L
Decimal 219 3 90 0 0.99 0.59 0.14 335.83 0.97 0.44
Hex DB 3 5A 0 63 3B E 150 61 2C
Octal 333 3 132 0 143 73 16 520 141 54
Binary 11011011 11 1011010 0 1100011 111011 1110 101010000 1100001 101100

Color Harmonies of #DB035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB035A

Black with #DB035A

Text Example


Text Example

White with #DB035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB035A; }

 p { color: rgb(219,3,90); }

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

background-color css

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

 a { background-color: rgb(219,3,90); }

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

border-color css

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

 span { border-color: rgb(219,3,90); }

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