Html Css Color HEX #DC2EB0 Persian Rose

📋 copy color: '#DC2EB0'

red 220 ◦ green 46 ◦ blue 176

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

Shades of Persian Rose #DC2EB0

Tints of Persian Rose #DC2EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.82%

R = 49.77%
G = 10.41%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC2EB0 (or 0xDC2EB0) is known color: Persian Rose. HEX triplet: DC, 2E and B0. RGB value is (220,46,176). Sum of RGB (Red+Green+Blue) = 220+46+176=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2EB0 is #23D14F. Grayscale: #707070. Windows color (decimal): -2347344 or 11546332. OLE color: 11546332.

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

Color convert

RGB 220 46 176 -
CMYK 0 0.79 0.2 0.14
HSL 315.17º 0.71% 0.52% -
HSV(B) 315.17º 0.79% 0.86% -
XYZ 38.33 20.3 42.97 -
YUV 112.85 163.65 204.43 -
System Red Green Blue C M Y K H S L
Decimal 220 46 176 0 0.79 0.2 0.14 315.17 0.71 0.52
Hex DC 2E B0 0 4F 14 E 13B 47 34
Octal 334 56 260 0 117 24 16 473 107 64
Binary 11011100 101110 10110000 0 1001111 10100 1110 100111011 1000111 110100

Color Harmonies of #DC2EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2EB0

Black with #DC2EB0

Text Example


Text Example

White with #DC2EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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