Html Css Color HEX #DC3BAE Persian Rose

📋 copy color: '#DC3BAE'

red 220 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #DC3BAE

Tints of Persian Rose #DC3BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.02%

 BLUE value IS 174 (68.36% from 255) = 38.41%

R = 48.57%
G = 13.02%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC3BAE (or 0xDC3BAE) is known color: Persian Rose. HEX triplet: DC, 3B and AE. RGB value is (220,59,174). Sum of RGB (Red+Green+Blue) = 220+59+174=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3BAE is #23C451. Grayscale: #777777. Windows color (decimal): -2344018 or 11418588. OLE color: 11418588.

HSL color Cylindrical-coordinate representation of color #DC3BAE: hue angle of 317.14º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3BAE is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 59 174 -
CMYK 0 0.73 0.21 0.14
HSL 317.14º 0.7% 0.55% -
HSV(B) 317.14º 0.73% 0.86% -
XYZ 38.72 21.4 42.13 -
YUV 120.25 158.34 199.15 -
System Red Green Blue C M Y K H S L
Decimal 220 59 174 0 0.73 0.21 0.14 317.14 0.7 0.55
Hex DC 3B AE 0 49 15 E 13D 46 37
Octal 334 73 256 0 111 25 16 475 106 67
Binary 11011100 111011 10101110 0 1001001 10101 1110 100111101 1000110 110111

Color Harmonies of #DC3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3BAE

Black with #DC3BAE

Text Example


Text Example

White with #DC3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3BAE; }

 p { color: rgb(220,59,174); }

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

background-color css

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

 a { background-color: rgb(220,59,174); }

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

border-color css

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

 span { border-color: rgb(220,59,174); }

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