Html Css Color HEX #DA0462 Razzmatazz

📋 copy color: '#DA0462'

red 218 ◦ green 4 ◦ blue 98

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

Shades of Razzmatazz #DA0462

Tints of Razzmatazz #DA0462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 68.13%
G = 1.25%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA0462 (or 0xDA0462) is known color: Razzmatazz. HEX triplet: DA, 04 and 62. RGB value is (218,4,98). Sum of RGB (Red+Green+Blue) = 218+4+98=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0462 is #25FB9D. Grayscale: #4E4E4E. Windows color (decimal): -2489246 or 6423770. OLE color: 6423770.

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

Color convert

RGB 218 4 98 -
CMYK 0 0.98 0.55 0.15
HSL 333.64º 0.96% 0.44% -
HSV(B) 333.64º 0.98% 0.85% -
XYZ 31.16 15.87 12.98 -
YUV 78.7 138.9 227.36 -
System Red Green Blue C M Y K H S L
Decimal 218 4 98 0 0.98 0.55 0.15 333.64 0.96 0.44
Hex DA 4 62 0 62 37 F 14E 60 2C
Octal 332 4 142 0 142 67 17 516 140 54
Binary 11011010 100 1100010 0 1100010 110111 1111 101001110 1100000 101100

Color Harmonies of #DA0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0462

Black with #DA0462

Text Example


Text Example

White with #DA0462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0462; }

 p { color: rgb(218,4,98); }

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

background-color css

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

 a { background-color: rgb(218,4,98); }

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

border-color css

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

 span { border-color: rgb(218,4,98); }

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