Html Css Color HEX #DC30AA Persian Rose

📋 copy color: '#DC30AA'

red 220 ◦ green 48 ◦ blue 170

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

Shades of Persian Rose #DC30AA

Tints of Persian Rose #DC30AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.96%

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 50.23%
G = 10.96%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC30AA (or 0xDC30AA) is known color: Persian Rose. HEX triplet: DC, 30 and AA. RGB value is (220,48,170). Sum of RGB (Red+Green+Blue) = 220+48+170=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC30AA is #23CF55. Grayscale: #717171. Windows color (decimal): -2346838 or 11153628. OLE color: 11153628.

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

Color convert

RGB 220 48 170 -
CMYK 0 0.78 0.23 0.14
HSL 317.44º 0.71% 0.53% -
HSV(B) 317.44º 0.78% 0.86% -
XYZ 37.83 20.23 39.94 -
YUV 113.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 220 48 170 0 0.78 0.23 0.14 317.44 0.71 0.53
Hex DC 30 AA 0 4E 17 E 13D 47 35
Octal 334 60 252 0 116 27 16 475 107 65
Binary 11011100 110000 10101010 0 1001110 10111 1110 100111101 1000111 110101

Color Harmonies of #DC30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC30AA

Black with #DC30AA

Text Example


Text Example

White with #DC30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC30AA; }

 p { color: rgb(220,48,170); }

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

background-color css

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

 a { background-color: rgb(220,48,170); }

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

border-color css

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

 span { border-color: rgb(220,48,170); }

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