Html Css Color HEX #DA065B Razzmatazz

📋 copy color: '#DA065B'

red 218 ◦ green 6 ◦ blue 91

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

Shades of Razzmatazz #DA065B

Tints of Razzmatazz #DA065B

RGB

 RED value IS 218 (85.55% from 255) = 69.21%

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

 BLUE value IS 91 (35.94% from 255) = 28.89%

R = 69.21%
G = 1.9%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA065B (or 0xDA065B) is known color: Razzmatazz. HEX triplet: DA, 06 and 5B. RGB value is (218,6,91). Sum of RGB (Red+Green+Blue) = 218+6+91=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA065B is #25F9A4. Grayscale: #4E4E4E. Windows color (decimal): -2488741 or 5965530. OLE color: 5965530.

HSL color Cylindrical-coordinate representation of color #DA065B: hue angle of 335.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA065B is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 91 -
CMYK 0 0.97 0.58 0.15
HSL 335.94º 0.95% 0.44% -
HSV(B) 335.94º 0.97% 0.85% -
XYZ 30.87 15.79 11.32 -
YUV 79.08 134.74 227.09 -
System Red Green Blue C M Y K H S L
Decimal 218 6 91 0 0.97 0.58 0.15 335.94 0.95 0.44
Hex DA 6 5B 0 61 3A F 150 5F 2C
Octal 332 6 133 0 141 72 17 520 137 54
Binary 11011010 110 1011011 0 1100001 111010 1111 101010000 1011111 101100

Color Harmonies of #DA065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA065B

Black with #DA065B

Text Example


Text Example

White with #DA065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA065B; }

 p { color: rgb(218,6,91); }

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

background-color css

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

 a { background-color: rgb(218,6,91); }

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

border-color css

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

 span { border-color: rgb(218,6,91); }

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