Html Css Color HEX #DC2FAB Persian Rose

📋 copy color: '#DC2FAB'

red 220 ◦ green 47 ◦ blue 171

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

Shades of Persian Rose #DC2FAB

Tints of Persian Rose #DC2FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 50.23%
G = 10.73%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC2FAB (or 0xDC2FAB) is known color: Persian Rose. HEX triplet: DC, 2F and AB. RGB value is (220,47,171). Sum of RGB (Red+Green+Blue) = 220+47+171=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2FAB is #23D054. Grayscale: #707070. Windows color (decimal): -2347093 or 11218908. OLE color: 11218908.

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

Color convert

RGB 220 47 171 -
CMYK 0 0.79 0.22 0.14
HSL 316.99º 0.71% 0.52% -
HSV(B) 316.99º 0.79% 0.86% -
XYZ 37.88 20.19 40.43 -
YUV 112.86 160.81 204.42 -
System Red Green Blue C M Y K H S L
Decimal 220 47 171 0 0.79 0.22 0.14 316.99 0.71 0.52
Hex DC 2F AB 0 4F 16 E 13D 47 34
Octal 334 57 253 0 117 26 16 475 107 64
Binary 11011100 101111 10101011 0 1001111 10110 1110 100111101 1000111 110100

Color Harmonies of #DC2FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2FAB

Black with #DC2FAB

Text Example


Text Example

White with #DC2FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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