Html Css Color HEX #DC30DA Razzle Dazzle Rose

📋 copy color: '#DC30DA'

red 220 ◦ green 48 ◦ blue 218

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

Shades of Razzle Dazzle Rose #DC30DA

Tints of Razzle Dazzle Rose #DC30DA

RGB

 RED value IS 220 (86.33% from 255) = 45.27%

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 45.27%
G = 9.88%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC30DA (or 0xDC30DA) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and DA. RGB value is (220,48,218). Sum of RGB (Red+Green+Blue) = 220+48+218=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30DA is #23CF25. Grayscale: #767676. Windows color (decimal): -2346790 or 14299356. OLE color: 14299356.

HSL color Cylindrical-coordinate representation of color #DC30DA: hue angle of 300.7º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC30DA is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 48 218 -
CMYK 0 0.78 0.01 0.14
HSL 300.7º 0.71% 0.53% -
HSV(B) 300.7º 0.78% 0.86% -
XYZ 43.23 22.39 68.37 -
YUV 118.81 183.98 200.18 -
System Red Green Blue C M Y K H S L
Decimal 220 48 218 0 0.78 0.01 0.14 300.7 0.71 0.53
Hex DC 30 DA 0 4E 1 E 12D 47 35
Octal 334 60 332 0 116 1 16 455 107 65
Binary 11011100 110000 11011010 0 1001110 1 1110 100101101 1000111 110101

Color Harmonies of #DC30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC30DA

Black with #DC30DA

Text Example


Text Example

White with #DC30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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