Html Css Color HEX #DA2AB9 Razzle Dazzle Rose

📋 copy color: '#DA2AB9'

red 218 ◦ green 42 ◦ blue 185

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

Shades of Razzle Dazzle Rose #DA2AB9

Tints of Razzle Dazzle Rose #DA2AB9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.44%

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 48.99%
G = 9.44%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA2AB9 (or 0xDA2AB9) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2A and B9. RGB value is (218,42,185). Sum of RGB (Red+Green+Blue) = 218+42+185=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2AB9 is #25D546. Grayscale: #6E6E6E. Windows color (decimal): -2479431 or 12135130. OLE color: 12135130.

HSL color Cylindrical-coordinate representation of color #DA2AB9: hue angle of 311.25º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2AB9 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 42 185 -
CMYK 0 0.81 0.15 0.15
HSL 311.25º 0.7% 0.51% -
HSV(B) 311.25º 0.81% 0.85% -
XYZ 38.5 20.06 47.74 -
YUV 110.93 169.81 204.37 -
System Red Green Blue C M Y K H S L
Decimal 218 42 185 0 0.81 0.15 0.15 311.25 0.7 0.51
Hex DA 2A B9 0 51 F F 137 46 33
Octal 332 52 271 0 121 17 17 467 106 63
Binary 11011010 101010 10111001 0 1010001 1111 1111 100110111 1000110 110011

Color Harmonies of #DA2AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2AB9

Black with #DA2AB9

Text Example


Text Example

White with #DA2AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2AB9; }

 p { color: rgb(218,42,185); }

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

background-color css

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

 a { background-color: rgb(218,42,185); }

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

border-color css

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

 span { border-color: rgb(218,42,185); }

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