Html Css Color HEX #DA29BD Razzle Dazzle Rose

📋 copy color: '#DA29BD'

red 218 ◦ green 41 ◦ blue 189

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

Shades of Razzle Dazzle Rose #DA29BD

Tints of Razzle Dazzle Rose #DA29BD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.15%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 48.66%
G = 9.15%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA29BD (or 0xDA29BD) is known color: Razzle Dazzle Rose. HEX triplet: DA, 29 and BD. RGB value is (218,41,189). Sum of RGB (Red+Green+Blue) = 218+41+189=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29BD is #25D642. Grayscale: #6E6E6E. Windows color (decimal): -2479683 or 12397018. OLE color: 12397018.

HSL color Cylindrical-coordinate representation of color #DA29BD: hue angle of 309.83º degrees, saturation: 0.71, 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 #DA29BD is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 189 -
CMYK 0 0.81 0.13 0.15
HSL 309.83º 0.71% 0.51% -
HSV(B) 309.83º 0.81% 0.85% -
XYZ 38.89 20.17 49.99 -
YUV 110.8 172.14 204.47 -
System Red Green Blue C M Y K H S L
Decimal 218 41 189 0 0.81 0.13 0.15 309.83 0.71 0.51
Hex DA 29 BD 0 51 D F 136 47 33
Octal 332 51 275 0 121 15 17 466 107 63
Binary 11011010 101001 10111101 0 1010001 1101 1111 100110110 1000111 110011

Color Harmonies of #DA29BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29BD

Black with #DA29BD

Text Example


Text Example

White with #DA29BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29BD; }

 p { color: rgb(218,41,189); }

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

background-color css

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

 a { background-color: rgb(218,41,189); }

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

border-color css

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

 span { border-color: rgb(218,41,189); }

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