Html Css Color HEX #DC37AF Persian Rose

📋 copy color: '#DC37AF'

red 220 ◦ green 55 ◦ blue 175

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

Shades of Persian Rose #DC37AF

Tints of Persian Rose #DC37AF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.22%

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

R = 48.89%
G = 12.22%
B = 38.89%

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

#DC37AF (or 0xDC37AF) is known color: Persian Rose. HEX triplet: DC, 37 and AF. RGB value is (220,55,175). Sum of RGB (Red+Green+Blue) = 220+55+175=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC37AF is #23C850. Grayscale: #757575. Windows color (decimal): -2345041 or 11483100. OLE color: 11483100.

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

Color convert

RGB 220 55 175 -
CMYK 0 0.75 0.20 0.14
HSL 316.36º 0.7% 0.54% -
HSV(B) 316.36º 0.75% 0.86% -
XYZ 38.62 21.04 42.58 -
YUV 118.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 220 55 175 0 0.75 0.20 0.14 316.36 0.7 0.54
Hex DC 37 AF 0 4B 14 E 13C 46 36
Octal 334 67 257 0 113 24 16 474 106 66
Binary 11011100 110111 10101111 0 1001011 10100 1110 100111100 1000110 110110

Color Harmonies of #DC37AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC37AF

Black with #DC37AF

Text Example


Text Example

White with #DC37AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC37AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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