Html Css Color HEX #DA28C9 Razzle Dazzle Rose

📋 copy color: '#DA28C9'

red 218 ◦ green 40 ◦ blue 201

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

Shades of Razzle Dazzle Rose #DA28C9

Tints of Razzle Dazzle Rose #DA28C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.79%

R = 47.49%
G = 8.71%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA28C9 (or 0xDA28C9) is known color: Razzle Dazzle Rose. HEX triplet: DA, 28 and C9. RGB value is (218,40,201). Sum of RGB (Red+Green+Blue) = 218+40+201=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28C9 is #25D736. Grayscale: #6F6F6F. Windows color (decimal): -2479927 or 13183194. OLE color: 13183194.

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

Color convert

RGB 218 40 201 -
CMYK 0 0.82 0.08 0.15
HSL 305.73º 0.71% 0.51% -
HSV(B) 305.73º 0.82% 0.85% -
XYZ 40.21 20.64 57.12 -
YUV 111.58 178.47 203.91 -
System Red Green Blue C M Y K H S L
Decimal 218 40 201 0 0.82 0.08 0.15 305.73 0.71 0.51
Hex DA 28 C9 0 52 8 F 132 47 33
Octal 332 50 311 0 122 10 17 462 107 63
Binary 11011010 101000 11001001 0 1010010 1000 1111 100110010 1000111 110011

Color Harmonies of #DA28C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28C9

Black with #DA28C9

Text Example


Text Example

White with #DA28C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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