Html Css Color HEX #DC33AB Persian Rose

📋 copy color: '#DC33AB'

red 220 ◦ green 51 ◦ blue 171

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

Shades of Persian Rose #DC33AB

Tints of Persian Rose #DC33AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.54%

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 49.77%
G = 11.54%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC33AB (or 0xDC33AB) is known color: Persian Rose. HEX triplet: DC, 33 and AB. RGB value is (220,51,171). Sum of RGB (Red+Green+Blue) = 220+51+171=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33AB is #23CC54. Grayscale: #727272. Windows color (decimal): -2346069 or 11219932. OLE color: 11219932.

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

Color convert

RGB 220 51 171 -
CMYK 0 0.77 0.22 0.14
HSL 317.4º 0.71% 0.53% -
HSV(B) 317.4º 0.77% 0.86% -
XYZ 38.05 20.52 40.48 -
YUV 115.21 159.49 202.74 -
System Red Green Blue C M Y K H S L
Decimal 220 51 171 0 0.77 0.22 0.14 317.4 0.71 0.53
Hex DC 33 AB 0 4D 16 E 13D 47 35
Octal 334 63 253 0 115 26 16 475 107 65
Binary 11011100 110011 10101011 0 1001101 10110 1110 100111101 1000111 110101

Color Harmonies of #DC33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC33AB

Black with #DC33AB

Text Example


Text Example

White with #DC33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC33AB; }

 p { color: rgb(220,51,171); }

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

background-color css

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

 a { background-color: rgb(220,51,171); }

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

border-color css

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

 span { border-color: rgb(220,51,171); }

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