Html Css Color HEX #DB0652 Razzmatazz

📋 copy color: '#DB0652'

red 219 ◦ green 6 ◦ blue 82

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

Shades of Razzmatazz #DB0652

Tints of Razzmatazz #DB0652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.71%

R = 71.34%
G = 1.95%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB0652 (or 0xDB0652) is known color: Razzmatazz. HEX triplet: DB, 06 and 52. RGB value is (219,6,82). Sum of RGB (Red+Green+Blue) = 219+6+82=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0652 is #24F9AD. Grayscale: #4E4E4E. Windows color (decimal): -2423214 or 5375707. OLE color: 5375707.

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

Color convert

RGB 219 6 82 -
CMYK 0 0.97 0.63 0.14
HSL 338.59º 0.95% 0.44% -
HSV(B) 338.59º 0.97% 0.86% -
XYZ 30.8 15.8 9.41 -
YUV 78.35 130.07 228.32 -
System Red Green Blue C M Y K H S L
Decimal 219 6 82 0 0.97 0.63 0.14 338.59 0.95 0.44
Hex DB 6 52 0 61 3F E 153 5F 2C
Octal 333 6 122 0 141 77 16 523 137 54
Binary 11011011 110 1010010 0 1100001 111111 1110 101010011 1011111 101100

Color Harmonies of #DB0652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0652

Black with #DB0652

Text Example


Text Example

White with #DB0652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0652; }

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

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

background-color css

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

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

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

border-color css

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

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

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