Html Css Color HEX #DC2ABB Razzle Dazzle Rose

📋 copy color: '#DC2ABB'

red 220 ◦ green 42 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DC2ABB

Tints of Razzle Dazzle Rose #DC2ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.35%

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

R = 49%
G = 9.35%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC2ABB (or 0xDC2ABB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2A and BB. RGB value is (220,42,187). Sum of RGB (Red+Green+Blue) = 220+42+187=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2ABB is #23D544. Grayscale: #6F6F6F. Windows color (decimal): -2348357 or 12266204. OLE color: 12266204.

HSL color Cylindrical-coordinate representation of color #DC2ABB: hue angle of 311.12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2ABB is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 42 187 -
CMYK 0 0.81 0.15 0.14
HSL 311.12º 0.72% 0.51% -
HSV(B) 311.12º 0.81% 0.86% -
XYZ 39.31 20.46 48.89 -
YUV 111.75 170.47 205.21 -
System Red Green Blue C M Y K H S L
Decimal 220 42 187 0 0.81 0.15 0.14 311.12 0.72 0.51
Hex DC 2A BB 0 51 F E 137 48 33
Octal 334 52 273 0 121 17 16 467 110 63
Binary 11011100 101010 10111011 0 1010001 1111 1110 100110111 1001000 110011

Color Harmonies of #DC2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2ABB

Black with #DC2ABB

Text Example


Text Example

White with #DC2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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