Html Css Color HEX #DA025C Razzmatazz

📋 copy color: '#DA025C'

red 218 ◦ green 2 ◦ blue 92

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

Shades of Razzmatazz #DA025C

Tints of Razzmatazz #DA025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.49%

R = 69.87%
G = 0.64%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA025C (or 0xDA025C) is known color: Razzmatazz. HEX triplet: DA, 02 and 5C. RGB value is (218,2,92). Sum of RGB (Red+Green+Blue) = 218+2+92=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA025C is #25FDA3. Grayscale: #4C4C4C. Windows color (decimal): -2489764 or 6030042. OLE color: 6030042.

HSL color Cylindrical-coordinate representation of color #DA025C: hue angle of 335º 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 #DA025C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 92 -
CMYK 0 0.99 0.58 0.15
HSL 335º 0.98% 0.43% -
HSV(B) 335º 0.99% 0.85% -
XYZ 30.87 15.72 11.53 -
YUV 76.84 136.56 228.68 -
System Red Green Blue C M Y K H S L
Decimal 218 2 92 0 0.99 0.58 0.15 335 0.98 0.43
Hex DA 2 5C 0 63 3A F 14F 62 2B
Octal 332 2 134 0 143 72 17 517 142 53
Binary 11011010 10 1011100 0 1100011 111010 1111 101001111 1100010 101011

Color Harmonies of #DA025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA025C

Black with #DA025C

Text Example


Text Example

White with #DA025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA025C; }

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

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

background-color css

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

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

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

border-color css

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

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

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