Html Css Color HEX #DC2EAC Persian Rose

📋 copy color: '#DC2EAC'

red 220 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #DC2EAC

Tints of Persian Rose #DC2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 50.23%
G = 10.5%
B = 39.27%

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

#DC2EAC (or 0xDC2EAC) is known color: Persian Rose. HEX triplet: DC, 2E and AC. RGB value is (220,46,172). Sum of RGB (Red+Green+Blue) = 220+46+172=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2EAC is #23D153. Grayscale: #707070. Windows color (decimal): -2347348 or 11284188. OLE color: 11284188.

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

Color convert

RGB 220 46 172 -
CMYK 0 0.79 0.22 0.14
HSL 316.55º 0.71% 0.52% -
HSV(B) 316.55º 0.79% 0.86% -
XYZ 37.94 20.15 40.92 -
YUV 112.39 161.65 204.75 -
System Red Green Blue C M Y K H S L
Decimal 220 46 172 0 0.79 0.22 0.14 316.55 0.71 0.52
Hex DC 2E AC 0 4F 16 E 13D 47 34
Octal 334 56 254 0 117 26 16 475 107 64
Binary 11011100 101110 10101100 0 1001111 10110 1110 100111101 1000111 110100

Color Harmonies of #DC2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2EAC

Black with #DC2EAC

Text Example


Text Example

White with #DC2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2EAC; }

 p { color: rgb(220,46,172); }

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

background-color css

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

 a { background-color: rgb(220,46,172); }

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

border-color css

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

 span { border-color: rgb(220,46,172); }

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