Html Css Color HEX #DC2FB1 Persian Rose

📋 copy color: '#DC2FB1'

red 220 ◦ green 47 ◦ blue 177

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

Shades of Persian Rose #DC2FB1

Tints of Persian Rose #DC2FB1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.59%

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

R = 49.55%
G = 10.59%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC2FB1 (or 0xDC2FB1) is known color: Persian Rose. HEX triplet: DC, 2F and B1. RGB value is (220,47,177). Sum of RGB (Red+Green+Blue) = 220+47+177=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2FB1 is #23D04E. Grayscale: #717171. Windows color (decimal): -2347087 or 11612124. OLE color: 11612124.

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

Color convert

RGB 220 47 177 -
CMYK 0 0.79 0.20 0.14
HSL 314.91º 0.71% 0.52% -
HSV(B) 314.91º 0.79% 0.86% -
XYZ 38.47 20.42 43.51 -
YUV 113.55 163.81 203.93 -
System Red Green Blue C M Y K H S L
Decimal 220 47 177 0 0.79 0.20 0.14 314.91 0.71 0.52
Hex DC 2F B1 0 4F 14 E 13B 47 34
Octal 334 57 261 0 117 24 16 473 107 64
Binary 11011100 101111 10110001 0 1001111 10100 1110 100111011 1000111 110100

Color Harmonies of #DC2FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2FB1

Black with #DC2FB1

Text Example


Text Example

White with #DC2FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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