Html Css Color HEX #DC3DB1 Persian Rose

📋 copy color: '#DC3DB1'

red 220 ◦ green 61 ◦ blue 177

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

Shades of Persian Rose #DC3DB1

Tints of Persian Rose #DC3DB1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.32%

 BLUE value IS 177 (69.53% from 255) = 38.65%

R = 48.03%
G = 13.32%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC3DB1 (or 0xDC3DB1) is known color: Persian Rose. HEX triplet: DC, 3D and B1. RGB value is (220,61,177). Sum of RGB (Red+Green+Blue) = 220+61+177=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DB1 is #23C24E. Grayscale: #797979. Windows color (decimal): -2343503 or 11615708. OLE color: 11615708.

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

Color convert

RGB 220 61 177 -
CMYK 0 0.72 0.20 0.14
HSL 316.23º 0.69% 0.55% -
HSV(B) 316.23º 0.72% 0.86% -
XYZ 39.12 21.73 43.73 -
YUV 121.77 159.18 198.07 -
System Red Green Blue C M Y K H S L
Decimal 220 61 177 0 0.72 0.20 0.14 316.23 0.69 0.55
Hex DC 3D B1 0 48 14 E 13C 45 37
Octal 334 75 261 0 110 24 16 474 105 67
Binary 11011100 111101 10110001 0 1001000 10100 1110 100111100 1000101 110111

Color Harmonies of #DC3DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3DB1

Black with #DC3DB1

Text Example


Text Example

White with #DC3DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3DB1; }

 p { color: rgb(220,61,177); }

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

background-color css

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

 a { background-color: rgb(220,61,177); }

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

border-color css

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

 span { border-color: rgb(220,61,177); }

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