Html Css Color HEX #DB0665 Razzmatazz

📋 copy color: '#DB0665'

red 219 ◦ green 6 ◦ blue 101

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

Shades of Razzmatazz #DB0665

Tints of Razzmatazz #DB0665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.84%

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

R = 67.18%
G = 1.84%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB0665 (or 0xDB0665) is known color: Razzmatazz. HEX triplet: DB, 06 and 65. RGB value is (219,6,101). Sum of RGB (Red+Green+Blue) = 219+6+101=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0665 is #24F99A. Grayscale: #505050. Windows color (decimal): -2423195 or 6620891. OLE color: 6620891.

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

Color convert

RGB 219 6 101 -
CMYK 0 0.97 0.54 0.14
HSL 333.24º 0.95% 0.44% -
HSV(B) 333.24º 0.97% 0.86% -
XYZ 31.63 16.13 13.76 -
YUV 80.52 139.57 226.78 -
System Red Green Blue C M Y K H S L
Decimal 219 6 101 0 0.97 0.54 0.14 333.24 0.95 0.44
Hex DB 6 65 0 61 36 E 14D 5F 2C
Octal 333 6 145 0 141 66 16 515 137 54
Binary 11011011 110 1100101 0 1100001 110110 1110 101001101 1011111 101100

Color Harmonies of #DB0665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0665

Black with #DB0665

Text Example


Text Example

White with #DB0665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0665; }

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

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

background-color css

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

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

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

border-color css

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

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

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