Html Css Color HEX #DA28D1 Razzle Dazzle Rose

📋 copy color: '#DA28D1'

red 218 ◦ green 40 ◦ blue 209

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

Shades of Razzle Dazzle Rose #DA28D1

Tints of Razzle Dazzle Rose #DA28D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.75%

R = 46.68%
G = 8.57%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA28D1 (or 0xDA28D1) is known color: Razzle Dazzle Rose. HEX triplet: DA, 28 and D1. RGB value is (218,40,209). Sum of RGB (Red+Green+Blue) = 218+40+209=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28D1 is #25D72E. Grayscale: #6F6F6F. Windows color (decimal): -2479919 or 13707482. OLE color: 13707482.

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

Color convert

RGB 218 40 209 -
CMYK 0 0.82 0.04 0.15
HSL 303.03º 0.71% 0.51% -
HSV(B) 303.03º 0.82% 0.85% -
XYZ 41.18 21.03 62.21 -
YUV 112.49 182.47 203.26 -
System Red Green Blue C M Y K H S L
Decimal 218 40 209 0 0.82 0.04 0.15 303.03 0.71 0.51
Hex DA 28 D1 0 52 4 F 12F 47 33
Octal 332 50 321 0 122 4 17 457 107 63
Binary 11011010 101000 11010001 0 1010010 100 1111 100101111 1000111 110011

Color Harmonies of #DA28D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28D1

Black with #DA28D1

Text Example


Text Example

White with #DA28D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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