Html Css Color HEX #DA0258 Razzmatazz

📋 copy color: '#DA0258'

red 218 ◦ green 2 ◦ blue 88

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

Shades of Razzmatazz #DA0258

Tints of Razzmatazz #DA0258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 88 (34.77% from 255) = 28.57%

R = 70.78%
G = 0.65%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA0258 (or 0xDA0258) is known color: Razzmatazz. HEX triplet: DA, 02 and 58. RGB value is (218,2,88). Sum of RGB (Red+Green+Blue) = 218+2+88=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0258 is #25FDA7. Grayscale: #4C4C4C. Windows color (decimal): -2489768 or 5767898. OLE color: 5767898.

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

Color convert

RGB 218 2 88 -
CMYK 0 0.99 0.60 0.15
HSL 336.11º 0.98% 0.43% -
HSV(B) 336.11º 0.99% 0.85% -
XYZ 30.7 15.65 10.64 -
YUV 76.39 134.56 229.01 -
System Red Green Blue C M Y K H S L
Decimal 218 2 88 0 0.99 0.60 0.15 336.11 0.98 0.43
Hex DA 2 58 0 63 3C F 150 62 2B
Octal 332 2 130 0 143 74 17 520 142 53
Binary 11011010 10 1011000 0 1100011 111100 1111 101010000 1100010 101011

Color Harmonies of #DA0258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0258

Black with #DA0258

Text Example


Text Example

White with #DA0258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0258; }

 p { color: rgb(218,2,88); }

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

background-color css

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

 a { background-color: rgb(218,2,88); }

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

border-color css

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

 span { border-color: rgb(218,2,88); }

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