Html Css Color HEX #DC3ABB Razzle Dazzle Rose

📋 copy color: '#DC3ABB'

red 220 ◦ green 58 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DC3ABB

Tints of Razzle Dazzle Rose #DC3ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 47.31%
G = 12.47%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC3ABB (or 0xDC3ABB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3A and BB. RGB value is (220,58,187). Sum of RGB (Red+Green+Blue) = 220+58+187=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3ABB is #23C544. Grayscale: #787878. Windows color (decimal): -2344261 or 12270300. OLE color: 12270300.

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

Color convert

RGB 220 58 187 -
CMYK 0 0.74 0.15 0.14
HSL 312.22º 0.7% 0.55% -
HSV(B) 312.22º 0.74% 0.86% -
XYZ 40 21.83 49.12 -
YUV 121.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 220 58 187 0 0.74 0.15 0.14 312.22 0.7 0.55
Hex DC 3A BB 0 4A F E 138 46 37
Octal 334 72 273 0 112 17 16 470 106 67
Binary 11011100 111010 10111011 0 1001010 1111 1110 100111000 1000110 110111

Color Harmonies of #DC3ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3ABB

Black with #DC3ABB

Text Example


Text Example

White with #DC3ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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