Html Css Color HEX #DC50AB Brilliant Rose

📋 copy color: '#DC50AB'

red 220 ◦ green 80 ◦ blue 171

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

Shades of Brilliant Rose #DC50AB

Tints of Brilliant Rose #DC50AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.99%

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 46.71%
G = 16.99%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC50AB (or 0xDC50AB) is known color: Brilliant Rose. HEX triplet: DC, 50 and AB. RGB value is (220,80,171). Sum of RGB (Red+Green+Blue) = 220+80+171=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC50AB is #23AF54. Grayscale: #848484. Windows color (decimal): -2338645 or 11227356. OLE color: 11227356.

HSL color Cylindrical-coordinate representation of color #DC50AB: hue angle of 321º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC50AB is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 171 -
CMYK 0 0.64 0.22 0.14
HSL 321º 0.67% 0.59% -
HSV(B) 321º 0.64% 0.86% -
XYZ 39.73 23.89 41.05 -
YUV 132.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 220 80 171 0 0.64 0.22 0.14 321 0.67 0.59
Hex DC 50 AB 0 40 16 E 141 43 3B
Octal 334 120 253 0 100 26 16 501 103 73
Binary 11011100 1010000 10101011 0 1000000 10110 1110 101000001 1000011 111011

Color Harmonies of #DC50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50AB

Black with #DC50AB

Text Example


Text Example

White with #DC50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50AB; }

 p { color: rgb(220,80,171); }

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

background-color css

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

 a { background-color: rgb(220,80,171); }

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

border-color css

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

 span { border-color: rgb(220,80,171); }

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