Html Css Color HEX #DA29D3 Razzle Dazzle Rose

📋 copy color: '#DA29D3'

red 218 ◦ green 41 ◦ blue 211

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

Shades of Razzle Dazzle Rose #DA29D3

Tints of Razzle Dazzle Rose #DA29D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.89%

R = 46.38%
G = 8.72%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA29D3 (or 0xDA29D3) is known color: Razzle Dazzle Rose. HEX triplet: DA, 29 and D3. RGB value is (218,41,211). Sum of RGB (Red+Green+Blue) = 218+41+211=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29D3 is #25D62C. Grayscale: #707070. Windows color (decimal): -2479661 or 13838810. OLE color: 13838810.

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

Color convert

RGB 218 41 211 -
CMYK 0 0.81 0.03 0.15
HSL 302.37º 0.71% 0.51% -
HSV(B) 302.37º 0.81% 0.85% -
XYZ 41.46 21.19 63.53 -
YUV 113.3 183.14 202.68 -
System Red Green Blue C M Y K H S L
Decimal 218 41 211 0 0.81 0.03 0.15 302.37 0.71 0.51
Hex DA 29 D3 0 51 3 F 12E 47 33
Octal 332 51 323 0 121 3 17 456 107 63
Binary 11011010 101001 11010011 0 1010001 11 1111 100101110 1000111 110011

Color Harmonies of #DA29D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29D3

Black with #DA29D3

Text Example


Text Example

White with #DA29D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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