Html Css Color HEX #DC3FAF Persian Rose

📋 copy color: '#DC3FAF'

red 220 ◦ green 63 ◦ blue 175

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

Shades of Persian Rose #DC3FAF

Tints of Persian Rose #DC3FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.76%

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

R = 48.03%
G = 13.76%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC3FAF (or 0xDC3FAF) is known color: Persian Rose. HEX triplet: DC, 3F and AF. RGB value is (220,63,175). Sum of RGB (Red+Green+Blue) = 220+63+175=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3FAF is #23C050. Grayscale: #7A7A7A. Windows color (decimal): -2342993 or 11485148. OLE color: 11485148.

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

Color convert

RGB 220 63 175 -
CMYK 0 0.71 0.20 0.14
HSL 317.2º 0.69% 0.55% -
HSV(B) 317.2º 0.71% 0.86% -
XYZ 39.03 21.87 42.72 -
YUV 122.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 220 63 175 0 0.71 0.20 0.14 317.2 0.69 0.55
Hex DC 3F AF 0 47 14 E 13D 45 37
Octal 334 77 257 0 107 24 16 475 105 67
Binary 11011100 111111 10101111 0 1000111 10100 1110 100111101 1000101 110111

Color Harmonies of #DC3FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3FAF

Black with #DC3FAF

Text Example


Text Example

White with #DC3FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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