Html Css Color HEX #DC57B0 Brilliant Rose

📋 copy color: '#DC57B0'

red 220 ◦ green 87 ◦ blue 176

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

Shades of Brilliant Rose #DC57B0

Tints of Brilliant Rose #DC57B0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.01%

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

R = 45.55%
G = 18.01%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC57B0 (or 0xDC57B0) is known color: Brilliant Rose. HEX triplet: DC, 57 and B0. RGB value is (220,87,176). Sum of RGB (Red+Green+Blue) = 220+87+176=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC57B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC57B0 is #23A84F. Grayscale: #888888. Windows color (decimal): -2336848 or 11556828. OLE color: 11556828.

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

Color convert

RGB 220 87 176 -
CMYK 0 0.60 0.2 0.14
HSL 319.85º 0.66% 0.6% -
HSV(B) 319.85º 0.6% 0.86% -
XYZ 40.76 25.17 43.78 -
YUV 136.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 220 87 176 0 0.60 0.2 0.14 319.85 0.66 0.6
Hex DC 57 B0 0 3C 14 E 140 42 3C
Octal 334 127 260 0 74 24 16 500 102 74
Binary 11011100 1010111 10110000 0 111100 10100 1110 101000000 1000010 111100

Color Harmonies of #DC57B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC57B0

Black with #DC57B0

Text Example


Text Example

White with #DC57B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC57B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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