Html Css Color HEX #DB0565 Razzmatazz

📋 copy color: '#DB0565'

red 219 ◦ green 5 ◦ blue 101

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

Shades of Razzmatazz #DB0565

Tints of Razzmatazz #DB0565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 67.38%
G = 1.54%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB0565 (or 0xDB0565) is known color: Razzmatazz. HEX triplet: DB, 05 and 65. RGB value is (219,5,101). Sum of RGB (Red+Green+Blue) = 219+5+101=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0565 is #24FA9A. Grayscale: #4F4F4F. Windows color (decimal): -2423451 or 6620635. OLE color: 6620635.

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

Color convert

RGB 219 5 101 -
CMYK 0 0.98 0.54 0.14
HSL 333.08º 0.96% 0.44% -
HSV(B) 333.08º 0.98% 0.86% -
XYZ 31.62 16.11 13.75 -
YUV 79.93 139.9 227.19 -
System Red Green Blue C M Y K H S L
Decimal 219 5 101 0 0.98 0.54 0.14 333.08 0.96 0.44
Hex DB 5 65 0 62 36 E 14D 60 2C
Octal 333 5 145 0 142 66 16 515 140 54
Binary 11011011 101 1100101 0 1100010 110110 1110 101001101 1100000 101100

Color Harmonies of #DB0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0565

Black with #DB0565

Text Example


Text Example

White with #DB0565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0565; }

 p { color: rgb(219,5,101); }

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

background-color css

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

 a { background-color: rgb(219,5,101); }

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

border-color css

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

 span { border-color: rgb(219,5,101); }

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