Html Css Color HEX #DA29D1 Razzle Dazzle Rose

📋 copy color: '#DA29D1'

red 218 ◦ green 41 ◦ blue 209

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

Shades of Razzle Dazzle Rose #DA29D1

Tints of Razzle Dazzle Rose #DA29D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 46.58%
G = 8.76%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA29D1 (or 0xDA29D1) is known color: Razzle Dazzle Rose. HEX triplet: DA, 29 and D1. RGB value is (218,41,209). Sum of RGB (Red+Green+Blue) = 218+41+209=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29D1 is #25D62E. Grayscale: #707070. Windows color (decimal): -2479663 or 13707738. OLE color: 13707738.

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

Color convert

RGB 218 41 209 -
CMYK 0 0.81 0.04 0.15
HSL 303.05º 0.71% 0.51% -
HSV(B) 303.05º 0.81% 0.85% -
XYZ 41.22 21.09 62.22 -
YUV 113.08 182.14 202.84 -
System Red Green Blue C M Y K H S L
Decimal 218 41 209 0 0.81 0.04 0.15 303.05 0.71 0.51
Hex DA 29 D1 0 51 4 F 12F 47 33
Octal 332 51 321 0 121 4 17 457 107 63
Binary 11011010 101001 11010001 0 1010001 100 1111 100101111 1000111 110011

Color Harmonies of #DA29D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29D1

Black with #DA29D1

Text Example


Text Example

White with #DA29D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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