Html Css Color HEX #DA28BE Razzle Dazzle Rose

📋 copy color: '#DA28BE'

red 218 ◦ green 40 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DA28BE

Tints of Razzle Dazzle Rose #DA28BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 48.66%
G = 8.93%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA28BE (or 0xDA28BE) is known color: Razzle Dazzle Rose. HEX triplet: DA, 28 and BE. RGB value is (218,40,190). Sum of RGB (Red+Green+Blue) = 218+40+190=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28BE is #25D741. Grayscale: #6D6D6D. Windows color (decimal): -2479938 or 12462298. OLE color: 12462298.

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

Color convert

RGB 218 40 190 -
CMYK 0 0.82 0.13 0.15
HSL 309.44º 0.71% 0.51% -
HSV(B) 309.44º 0.82% 0.85% -
XYZ 38.97 20.14 50.55 -
YUV 110.32 172.97 204.8 -
System Red Green Blue C M Y K H S L
Decimal 218 40 190 0 0.82 0.13 0.15 309.44 0.71 0.51
Hex DA 28 BE 0 52 D F 135 47 33
Octal 332 50 276 0 122 15 17 465 107 63
Binary 11011010 101000 10111110 0 1010010 1101 1111 100110101 1000111 110011

Color Harmonies of #DA28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28BE

Black with #DA28BE

Text Example


Text Example

White with #DA28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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