Html Css Color HEX #DA2CC6 Razzle Dazzle Rose

📋 copy color: '#DA2CC6'

red 218 ◦ green 44 ◦ blue 198

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

Shades of Razzle Dazzle Rose #DA2CC6

Tints of Razzle Dazzle Rose #DA2CC6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.57%

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 47.39%
G = 9.57%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA2CC6 (or 0xDA2CC6) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2C and C6. RGB value is (218,44,198). Sum of RGB (Red+Green+Blue) = 218+44+198=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2CC6 is #25D339. Grayscale: #717171. Windows color (decimal): -2478906 or 12987610. OLE color: 12987610.

HSL color Cylindrical-coordinate representation of color #DA2CC6: hue angle of 306.9º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2CC6 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 44 198 -
CMYK 0 0.80 0.09 0.15
HSL 306.9º 0.7% 0.51% -
HSV(B) 306.9º 0.8% 0.85% -
XYZ 40.01 20.78 55.33 -
YUV 113.58 175.65 202.48 -
System Red Green Blue C M Y K H S L
Decimal 218 44 198 0 0.80 0.09 0.15 306.9 0.7 0.51
Hex DA 2C C6 0 50 9 F 133 46 33
Octal 332 54 306 0 120 11 17 463 106 63
Binary 11011010 101100 11000110 0 1010000 1001 1111 100110011 1000110 110011

Color Harmonies of #DA2CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2CC6

Black with #DA2CC6

Text Example


Text Example

White with #DA2CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2CC6; }

 p { color: rgb(218,44,198); }

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

background-color css

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

 a { background-color: rgb(218,44,198); }

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

border-color css

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

 span { border-color: rgb(218,44,198); }

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