Html Css Color HEX #DC53B0 Brilliant Rose

📋 copy color: '#DC53B0'

red 220 ◦ green 83 ◦ blue 176

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

Shades of Brilliant Rose #DC53B0

Tints of Brilliant Rose #DC53B0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.33%

 BLUE value IS 176 (69.14% from 255) = 36.74%

R = 45.93%
G = 17.33%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC53B0 (or 0xDC53B0) is known color: Brilliant Rose. HEX triplet: DC, 53 and B0. RGB value is (220,83,176). Sum of RGB (Red+Green+Blue) = 220+83+176=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53B0 is #23AC4F. Grayscale: #868686. Windows color (decimal): -2337872 or 11555804. OLE color: 11555804.

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

Color convert

RGB 220 83 176 -
CMYK 0 0.62 0.2 0.14
HSL 319.27º 0.66% 0.59% -
HSV(B) 319.27º 0.62% 0.86% -
XYZ 40.44 24.54 43.68 -
YUV 134.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 220 83 176 0 0.62 0.2 0.14 319.27 0.66 0.59
Hex DC 53 B0 0 3E 14 E 13F 42 3B
Octal 334 123 260 0 76 24 16 477 102 73
Binary 11011100 1010011 10110000 0 111110 10100 1110 100111111 1000010 111011

Color Harmonies of #DC53B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53B0

Black with #DC53B0

Text Example


Text Example

White with #DC53B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53B0; }

 p { color: rgb(220,83,176); }

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

background-color css

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

 a { background-color: rgb(220,83,176); }

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

border-color css

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

 span { border-color: rgb(220,83,176); }

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