Html Css Color HEX #DA31B5 Razzle Dazzle Rose

📋 copy color: '#DA31B5'

red 218 ◦ green 49 ◦ blue 181

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

Shades of Razzle Dazzle Rose #DA31B5

Tints of Razzle Dazzle Rose #DA31B5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.94%

 BLUE value IS 181 (71.09% from 255) = 40.4%

R = 48.66%
G = 10.94%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA31B5 (or 0xDA31B5) is known color: Razzle Dazzle Rose. HEX triplet: DA, 31 and B5. RGB value is (218,49,181). Sum of RGB (Red+Green+Blue) = 218+49+181=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA31B5 is #25CE4A. Grayscale: #727272. Windows color (decimal): -2477643 or 11874778. OLE color: 11874778.

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

Color convert

RGB 218 49 181 -
CMYK 0 0.78 0.17 0.15
HSL 313.14º 0.7% 0.52% -
HSV(B) 313.14º 0.78% 0.85% -
XYZ 38.35 20.44 45.64 -
YUV 114.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 218 49 181 0 0.78 0.17 0.15 313.14 0.7 0.52
Hex DA 31 B5 0 4E 11 F 139 46 34
Octal 332 61 265 0 116 21 17 471 106 64
Binary 11011010 110001 10110101 0 1001110 10001 1111 100111001 1000110 110100

Color Harmonies of #DA31B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA31B5

Black with #DA31B5

Text Example


Text Example

White with #DA31B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA31B5; }

 p { color: rgb(218,49,181); }

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

background-color css

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

 a { background-color: rgb(218,49,181); }

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

border-color css

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

 span { border-color: rgb(218,49,181); }

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