Html Css Color HEX #DC38AF Persian Rose

📋 copy color: '#DC38AF'

red 220 ◦ green 56 ◦ blue 175

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

Shades of Persian Rose #DC38AF

Tints of Persian Rose #DC38AF

RGB

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

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

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

R = 48.78%
G = 12.42%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC38AF (or 0xDC38AF) is known color: Persian Rose. HEX triplet: DC, 38 and AF. RGB value is (220,56,175). Sum of RGB (Red+Green+Blue) = 220+56+175=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC38AF is #23C750. Grayscale: #767676. Windows color (decimal): -2344785 or 11483356. OLE color: 11483356.

HSL color Cylindrical-coordinate representation of color #DC38AF: hue angle of 316.46º 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 #DC38AF is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 56 175 -
CMYK 0 0.75 0.20 0.14
HSL 316.46º 0.7% 0.54% -
HSV(B) 316.46º 0.75% 0.86% -
XYZ 38.67 21.14 42.6 -
YUV 118.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 220 56 175 0 0.75 0.20 0.14 316.46 0.7 0.54
Hex DC 38 AF 0 4B 14 E 13C 46 36
Octal 334 70 257 0 113 24 16 474 106 66
Binary 11011100 111000 10101111 0 1001011 10100 1110 100111100 1000110 110110

Color Harmonies of #DC38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC38AF

Black with #DC38AF

Text Example


Text Example

White with #DC38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC38AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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