Html Css Color HEX #DC2EA8 Persian Rose

📋 copy color: '#DC2EA8'

red 220 ◦ green 46 ◦ blue 168

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

Shades of Persian Rose #DC2EA8

Tints of Persian Rose #DC2EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.71%

R = 50.69%
G = 10.6%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC2EA8 (or 0xDC2EA8) is known color: Persian Rose. HEX triplet: DC, 2E and A8. RGB value is (220,46,168). Sum of RGB (Red+Green+Blue) = 220+46+168=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2EA8 is #23D157. Grayscale: #6F6F6F. Windows color (decimal): -2347352 or 11022044. OLE color: 11022044.

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

Color convert

RGB 220 46 168 -
CMYK 0 0.79 0.24 0.14
HSL 317.93º 0.71% 0.52% -
HSV(B) 317.93º 0.79% 0.86% -
XYZ 37.56 20 38.93 -
YUV 111.93 159.65 205.08 -
System Red Green Blue C M Y K H S L
Decimal 220 46 168 0 0.79 0.24 0.14 317.93 0.71 0.52
Hex DC 2E A8 0 4F 18 E 13E 47 34
Octal 334 56 250 0 117 30 16 476 107 64
Binary 11011100 101110 10101000 0 1001111 11000 1110 100111110 1000111 110100

Color Harmonies of #DC2EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2EA8

Black with #DC2EA8

Text Example


Text Example

White with #DC2EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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