Html Css Color HEX #DA29C5 Razzle Dazzle Rose

📋 copy color: '#DA29C5'

red 218 ◦ green 41 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DA29C5

Tints of Razzle Dazzle Rose #DA29C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.2%

R = 47.81%
G = 8.99%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA29C5 (or 0xDA29C5) is known color: Razzle Dazzle Rose. HEX triplet: DA, 29 and C5. RGB value is (218,41,197). Sum of RGB (Red+Green+Blue) = 218+41+197=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29C5 is #25D63A. Grayscale: #6F6F6F. Windows color (decimal): -2479675 or 12921306. OLE color: 12921306.

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

Color convert

RGB 218 41 197 -
CMYK 0 0.81 0.10 0.15
HSL 307.12º 0.71% 0.51% -
HSV(B) 307.12º 0.81% 0.85% -
XYZ 39.78 20.52 54.69 -
YUV 111.71 176.14 203.82 -
System Red Green Blue C M Y K H S L
Decimal 218 41 197 0 0.81 0.10 0.15 307.12 0.71 0.51
Hex DA 29 C5 0 51 A F 133 47 33
Octal 332 51 305 0 121 12 17 463 107 63
Binary 11011010 101001 11000101 0 1010001 1010 1111 100110011 1000111 110011

Color Harmonies of #DA29C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29C5

Black with #DA29C5

Text Example


Text Example

White with #DA29C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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