Html Css Color HEX #DC38AD Persian Rose

📋 copy color: '#DC38AD'

red 220 ◦ green 56 ◦ blue 173

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

Shades of Persian Rose #DC38AD

Tints of Persian Rose #DC38AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.47%

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

R = 49%
G = 12.47%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC38AD (or 0xDC38AD) is known color: Persian Rose. HEX triplet: DC, 38 and AD. RGB value is (220,56,173). Sum of RGB (Red+Green+Blue) = 220+56+173=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC38AD is #23C752. Grayscale: #767676. Windows color (decimal): -2344787 or 11352284. OLE color: 11352284.

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

Color convert

RGB 220 56 173 -
CMYK 0 0.75 0.21 0.14
HSL 317.2º 0.7% 0.54% -
HSV(B) 317.2º 0.75% 0.86% -
XYZ 38.47 21.06 41.57 -
YUV 118.37 158.83 200.49 -
System Red Green Blue C M Y K H S L
Decimal 220 56 173 0 0.75 0.21 0.14 317.2 0.7 0.54
Hex DC 38 AD 0 4B 15 E 13D 46 36
Octal 334 70 255 0 113 25 16 475 106 66
Binary 11011100 111000 10101101 0 1001011 10101 1110 100111101 1000110 110110

Color Harmonies of #DC38AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC38AD

Black with #DC38AD

Text Example


Text Example

White with #DC38AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC38AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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