Html Css Color HEX #DC59AF Brilliant Rose

📋 copy color: '#DC59AF'

red 220 ◦ green 89 ◦ blue 175

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

Shades of Brilliant Rose #DC59AF

Tints of Brilliant Rose #DC59AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.39%

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 45.45%
G = 18.39%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC59AF (or 0xDC59AF) is known color: Brilliant Rose. HEX triplet: DC, 59 and AF. RGB value is (220,89,175). Sum of RGB (Red+Green+Blue) = 220+89+175=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC59AF is #23A650. Grayscale: #898989. Windows color (decimal): -2336337 or 11491804. OLE color: 11491804.

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

Color convert

RGB 220 89 175 -
CMYK 0 0.60 0.20 0.14
HSL 320.61º 0.65% 0.61% -
HSV(B) 320.61º 0.6% 0.86% -
XYZ 40.83 25.46 43.32 -
YUV 137.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 220 89 175 0 0.60 0.20 0.14 320.61 0.65 0.61
Hex DC 59 AF 0 3C 14 E 141 41 3D
Octal 334 131 257 0 74 24 16 501 101 75
Binary 11011100 1011001 10101111 0 111100 10100 1110 101000001 1000001 111101

Color Harmonies of #DC59AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59AF

Black with #DC59AF

Text Example


Text Example

White with #DC59AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59AF; }

 p { color: rgb(220,89,175); }

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

background-color css

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

 a { background-color: rgb(220,89,175); }

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

border-color css

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

 span { border-color: rgb(220,89,175); }

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