Html Css Color HEX #DC3AB9 Razzle Dazzle Rose

📋 copy color: '#DC3AB9'

red 220 ◦ green 58 ◦ blue 185

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

Shades of Razzle Dazzle Rose #DC3AB9

Tints of Razzle Dazzle Rose #DC3AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.53%

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 47.52%
G = 12.53%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC3AB9 (or 0xDC3AB9) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3A and B9. RGB value is (220,58,185). Sum of RGB (Red+Green+Blue) = 220+58+185=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3AB9 is #23C546. Grayscale: #787878. Windows color (decimal): -2344263 or 12139228. OLE color: 12139228.

HSL color Cylindrical-coordinate representation of color #DC3AB9: hue angle of 312.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3AB9 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 58 185 -
CMYK 0 0.74 0.16 0.14
HSL 312.96º 0.7% 0.55% -
HSV(B) 312.96º 0.74% 0.86% -
XYZ 39.79 21.74 48 -
YUV 120.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 220 58 185 0 0.74 0.16 0.14 312.96 0.7 0.55
Hex DC 3A B9 0 4A 10 E 139 46 37
Octal 334 72 271 0 112 20 16 471 106 67
Binary 11011100 111010 10111001 0 1001010 10000 1110 100111001 1000110 110111

Color Harmonies of #DC3AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3AB9

Black with #DC3AB9

Text Example


Text Example

White with #DC3AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3AB9; }

 p { color: rgb(220,58,185); }

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

background-color css

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

 a { background-color: rgb(220,58,185); }

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

border-color css

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

 span { border-color: rgb(220,58,185); }

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