Html Css Color HEX #DA30BE Razzle Dazzle Rose

📋 copy color: '#DA30BE'

red 218 ◦ green 48 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DA30BE

Tints of Razzle Dazzle Rose #DA30BE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.53%

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

R = 47.81%
G = 10.53%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA30BE (or 0xDA30BE) is known color: Razzle Dazzle Rose. HEX triplet: DA, 30 and BE. RGB value is (218,48,190). Sum of RGB (Red+Green+Blue) = 218+48+190=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA30BE is #25CF41. Grayscale: #727272. Windows color (decimal): -2477890 or 12464346. OLE color: 12464346.

HSL color Cylindrical-coordinate representation of color #DA30BE: hue angle of 309.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA30BE is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 190 -
CMYK 0 0.78 0.13 0.15
HSL 309.88º 0.7% 0.52% -
HSV(B) 309.88º 0.78% 0.85% -
XYZ 39.26 20.74 50.65 -
YUV 115.02 170.32 201.45 -
System Red Green Blue C M Y K H S L
Decimal 218 48 190 0 0.78 0.13 0.15 309.88 0.7 0.52
Hex DA 30 BE 0 4E D F 136 46 34
Octal 332 60 276 0 116 15 17 466 106 64
Binary 11011010 110000 10111110 0 1001110 1101 1111 100110110 1000110 110100

Color Harmonies of #DA30BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA30BE

Black with #DA30BE

Text Example


Text Example

White with #DA30BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA30BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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