Html Css Color HEX #DA28C6 Razzle Dazzle Rose

📋 copy color: '#DA28C6'

red 218 ◦ green 40 ◦ blue 198

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

Shades of Razzle Dazzle Rose #DA28C6

Tints of Razzle Dazzle Rose #DA28C6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.77%

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

R = 47.81%
G = 8.77%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA28C6 (or 0xDA28C6) is known color: Razzle Dazzle Rose. HEX triplet: DA, 28 and C6. RGB value is (218,40,198). Sum of RGB (Red+Green+Blue) = 218+40+198=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28C6 is #25D739. Grayscale: #6E6E6E. Windows color (decimal): -2479930 or 12986586. OLE color: 12986586.

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

Color convert

RGB 218 40 198 -
CMYK 0 0.82 0.09 0.15
HSL 306.74º 0.71% 0.51% -
HSV(B) 306.74º 0.82% 0.85% -
XYZ 39.87 20.5 55.28 -
YUV 111.23 176.97 204.15 -
System Red Green Blue C M Y K H S L
Decimal 218 40 198 0 0.82 0.09 0.15 306.74 0.71 0.51
Hex DA 28 C6 0 52 9 F 133 47 33
Octal 332 50 306 0 122 11 17 463 107 63
Binary 11011010 101000 11000110 0 1010010 1001 1111 100110011 1000111 110011

Color Harmonies of #DA28C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28C6

Black with #DA28C6

Text Example


Text Example

White with #DA28C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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