Html Css Color HEX #DA29CA Razzle Dazzle Rose

📋 copy color: '#DA29CA'

red 218 ◦ green 41 ◦ blue 202

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

Shades of Razzle Dazzle Rose #DA29CA

Tints of Razzle Dazzle Rose #DA29CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 47.29%
G = 8.89%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA29CA (or 0xDA29CA) is known color: Razzle Dazzle Rose. HEX triplet: DA, 29 and CA. RGB value is (218,41,202). Sum of RGB (Red+Green+Blue) = 218+41+202=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29CA is #25D635. Grayscale: #6F6F6F. Windows color (decimal): -2479670 or 13248986. OLE color: 13248986.

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

Color convert

RGB 218 41 202 -
CMYK 0 0.81 0.07 0.15
HSL 305.42º 0.71% 0.51% -
HSV(B) 305.42º 0.81% 0.85% -
XYZ 40.37 20.76 57.76 -
YUV 112.28 178.64 203.41 -
System Red Green Blue C M Y K H S L
Decimal 218 41 202 0 0.81 0.07 0.15 305.42 0.71 0.51
Hex DA 29 CA 0 51 7 F 131 47 33
Octal 332 51 312 0 121 7 17 461 107 63
Binary 11011010 101001 11001010 0 1010001 111 1111 100110001 1000111 110011

Color Harmonies of #DA29CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29CA

Black with #DA29CA

Text Example


Text Example

White with #DA29CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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