Html Css Color HEX #DC52AD Brilliant Rose

📋 copy color: '#DC52AD'

red 220 ◦ green 82 ◦ blue 173

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

Shades of Brilliant Rose #DC52AD

Tints of Brilliant Rose #DC52AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.26%

 BLUE value IS 173 (67.97% from 255) = 36.42%

R = 46.32%
G = 17.26%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC52AD (or 0xDC52AD) is known color: Brilliant Rose. HEX triplet: DC, 52 and AD. RGB value is (220,82,173). Sum of RGB (Red+Green+Blue) = 220+82+173=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC52AD is #23AD52. Grayscale: #858585. Windows color (decimal): -2338131 or 11358940. OLE color: 11358940.

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

Color convert

RGB 220 82 173 -
CMYK 0 0.63 0.21 0.14
HSL 320.43º 0.66% 0.59% -
HSV(B) 320.43º 0.63% 0.86% -
XYZ 40.08 24.27 42.11 -
YUV 133.64 150.22 189.6 -
System Red Green Blue C M Y K H S L
Decimal 220 82 173 0 0.63 0.21 0.14 320.43 0.66 0.59
Hex DC 52 AD 0 3F 15 E 140 42 3B
Octal 334 122 255 0 77 25 16 500 102 73
Binary 11011100 1010010 10101101 0 111111 10101 1110 101000000 1000010 111011

Color Harmonies of #DC52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC52AD

Black with #DC52AD

Text Example


Text Example

White with #DC52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC52AD; }

 p { color: rgb(220,82,173); }

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

background-color css

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

 a { background-color: rgb(220,82,173); }

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

border-color css

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

 span { border-color: rgb(220,82,173); }

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